Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ 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")
|
|
|
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")
|