neovalle commited on
Commit
a2feb4f
Β·
verified Β·
1 Parent(s): 24ea4f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,11 +101,11 @@ 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(scale=0.15):
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")
108
- myth_fact_button = gr.Button("πŸ” Generate Random Myth/Fact")
109
 
110
  with gr.Row():
111
  ask_button = gr.Button("🌎 Submit 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")
108
+ myth_fact_button = gr.Button("πŸ€” Generate Random Myth/Fact")
109
 
110
  with gr.Row():
111
  ask_button = gr.Button("🌎 Submit Question")