Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -127,14 +127,14 @@ with gr.Blocks() as demo:
|
|
127 |
persona2 = gr.Dropdown(personas, label="Choose Second Persona", value="Crow")
|
128 |
|
129 |
with gr.Row():
|
130 |
-
with gr.Column():
|
131 |
user_input = gr.Textbox(label="π± Your Question", placeholder="e.g., What do you think of humans?", lines=1)
|
132 |
-
with gr.Column(scale=0.
|
133 |
-
random_button = gr.Button("π² Generate Random Question")
|
134 |
-
with gr.Column(scale=0.20):
|
135 |
ask_button = gr.Button("π Submit Question")
|
136 |
-
with gr.Row():
|
137 |
-
|
|
|
138 |
|
139 |
with gr.Row():
|
140 |
with gr.Column(scale=0.50):
|
|
|
127 |
persona2 = gr.Dropdown(personas, label="Choose Second Persona", value="Crow")
|
128 |
|
129 |
with gr.Row():
|
130 |
+
with gr.Column(scale=0.85):
|
131 |
user_input = gr.Textbox(label="π± Your Question", placeholder="e.g., What do you think of humans?", lines=1)
|
132 |
+
with gr.Column(scale=0.15):
|
133 |
+
random_button = gr.Button("π² Generate Random Question")
|
|
|
134 |
ask_button = gr.Button("π Submit Question")
|
135 |
+
with gr.Row():
|
136 |
+
with gr.Column(scale=0.85):
|
137 |
+
myth_fact_button = gr.Button("π€ Generate Random Myth/Fact")
|
138 |
|
139 |
with gr.Row():
|
140 |
with gr.Column(scale=0.50):
|