Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -128,15 +128,15 @@ with gr.Blocks() as demo:
|
|
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=
|
132 |
-
with gr.Column():
|
133 |
random_button = gr.Button("π² Generate Random Question")
|
134 |
with gr.Column():
|
135 |
ask_button = gr.Button("π Submit Question")
|
136 |
with gr.Row():
|
137 |
with gr.Column(scale=0.85):
|
138 |
pass
|
139 |
-
with gr.Column():
|
140 |
myth_fact_button = gr.Button("π€ Generate Random Myth/Fact")
|
141 |
|
142 |
with gr.Row():
|
|
|
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=2)
|
132 |
+
with gr.Column(scale=0.15):
|
133 |
random_button = gr.Button("π² Generate Random Question")
|
134 |
with gr.Column():
|
135 |
ask_button = gr.Button("π Submit Question")
|
136 |
with gr.Row():
|
137 |
with gr.Column(scale=0.85):
|
138 |
pass
|
139 |
+
with gr.Column(scale=0.15):
|
140 |
myth_fact_button = gr.Button("π€ Generate Random Myth/Fact")
|
141 |
|
142 |
with gr.Row():
|