Update app.py
Browse files
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="
|
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)
|