hsienchen commited on
Commit
f5027f2
β€’
1 Parent(s): 2d3ae4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks() as app1:
133
  - await LLM Bot (Gemini, in this case) response
134
  - receive THREE actionable items
135
 
136
- [demo](https://youtu.be/lJ4jIAEVRNY)
137
 
138
  """)
139
 
@@ -179,8 +179,8 @@ with gr.Blocks() as app3:
179
  image_box = gr.Image(label="βœ‚ Pick list",type="filepath")
180
  btn1 = gr.Button("Generate a Route Plan β˜‘")
181
  out1 = gr.Textbox(label="here is the watch list πŸ“„...")
182
- btn2 = gr.Button("send to Mobile ↗️")
183
- out2 = gr.Textbox(label="response or feed back?")
184
 
185
  btn1.click(fn=app2_response, inputs=[image_box], outputs=out1)
186
  btn2.click(fn=send_SMS, inputs=out1, outputs=out2)
 
133
  - await LLM Bot (Gemini, in this case) response
134
  - receive THREE actionable items
135
 
136
+ [demo video](https://youtu.be/lJ4jIAEVRNY)
137
 
138
  """)
139
 
 
179
  image_box = gr.Image(label="βœ‚ Pick list",type="filepath")
180
  btn1 = gr.Button("Generate a Route Plan β˜‘")
181
  out1 = gr.Textbox(label="here is the watch list πŸ“„...")
182
+ btn2 = gr.Button("send to Mobile (disabled) ↗️")
183
+ out2 = gr.Textbox(label="no message been sent, this is just a mockup confirmation...")
184
 
185
  btn1.click(fn=app2_response, inputs=[image_box], outputs=out1)
186
  btn2.click(fn=send_SMS, inputs=out1, outputs=out2)