Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -101,11 +101,11 @@ with gr.Blocks() as demo:
|
|
101 |
persona2 = gr.Dropdown(personas, label="Choose Second Persona", value="Crow")
|
102 |
|
103 |
with gr.Row():
|
104 |
-
with gr.Column
|
105 |
user_input = gr.Textbox(label="π± Your Question", placeholder="e.g., What do you think of humans?", lines=2)
|
106 |
with gr.Column(scale=0.15):
|
107 |
random_button = gr.Button("π² Generate Random Question")
|
108 |
-
myth_fact_button = gr.Button("
|
109 |
|
110 |
with gr.Row():
|
111 |
ask_button = gr.Button("π Submit Question")
|
|
|
101 |
persona2 = gr.Dropdown(personas, label="Choose Second Persona", value="Crow")
|
102 |
|
103 |
with gr.Row():
|
104 |
+
with gr.Column:
|
105 |
user_input = gr.Textbox(label="π± Your Question", placeholder="e.g., What do you think of humans?", lines=2)
|
106 |
with gr.Column(scale=0.15):
|
107 |
random_button = gr.Button("π² Generate Random Question")
|
108 |
+
myth_fact_button = gr.Button("π€ Generate Random Myth/Fact")
|
109 |
|
110 |
with gr.Row():
|
111 |
ask_button = gr.Button("π Submit Question")
|