neovalle commited on
Commit
a2616d4
Β·
verified Β·
1 Parent(s): a8a0178

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -128,9 +128,10 @@ with gr.Blocks() as demo:
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=2)
132
  with gr.Column(scale=0.20):
133
  random_button = gr.Button("🎲 Generate Random Question")
 
134
  ask_button = gr.Button("🌎 Submit Question")
135
  with gr.Row():
136
  myth_fact_button = gr.Button("πŸ€” Generate Random Myth/Fact")
 
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.20):
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
  myth_fact_button = gr.Button("πŸ€” Generate Random Myth/Fact")