Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def interact_with_agent(task):
|
|
| 28 |
|
| 29 |
|
| 30 |
with gr.Blocks() as demo:
|
| 31 |
-
text_input = gr.Textbox(lines=1, label="Chat Message", value="Make me a picture of the
|
| 32 |
submit = gr.Button("Run illustrator agent!")
|
| 33 |
chatbot = gr.Chatbot(
|
| 34 |
label="Agent",
|
|
|
|
| 28 |
|
| 29 |
|
| 30 |
with gr.Blocks() as demo:
|
| 31 |
+
text_input = gr.Textbox(lines=1, label="Chat Message", value="Make me a picture of the Taj Mahal.")
|
| 32 |
submit = gr.Button("Run illustrator agent!")
|
| 33 |
chatbot = gr.Chatbot(
|
| 34 |
label="Agent",
|