neovalle commited on
Commit
0682a55
·
verified ·
1 Parent(s): f93b6dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")