neovalle commited on
Commit
7eb507d
·
verified ·
1 Parent(s): 5fac9f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,8 +65,8 @@ Rooted in poetic imagination but grounded in scientific truth, these voices offe
65
  persona2 = gr.Dropdown(personas, label="Choose Second Persona", value="Crow")
66
 
67
  with gr.Row():
68
- user_input = gr.Textbox(label="Your Question to them", placeholder="e.g., What do you think of humans?", lines=2)
69
- ask_button = gr.Button("Submit question")
70
 
71
  with gr.Row():
72
  output1 = gr.Textbox(label="Response from Persona 1")
 
65
  persona2 = gr.Dropdown(personas, label="Choose Second Persona", value="Crow")
66
 
67
  with gr.Row():
68
+ user_input = gr.Textbox(label="Your Question to them", placeholder="e.g., What do you think of humans?", lines=2)
69
+ ask_button = gr.Button("Submit question")
70
 
71
  with gr.Row():
72
  output1 = gr.Textbox(label="Response from Persona 1")