Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
69 |
-
|
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")
|