atharva-nlp commited on
Commit
70f45a3
·
verified ·
1 Parent(s): 27ecc8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Statue of Liberty.")
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",