neovalle commited on
Commit
7b00c4c
Β·
verified Β·
1 Parent(s): 43a5f18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -127,15 +127,12 @@ with gr.Blocks() as demo:
127
  persona2 = gr.Dropdown(personas, label="Choose Second Persona", value="Crow")
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
 
 
127
  persona2 = gr.Dropdown(personas, label="Choose Second Persona", value="Crow")
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.15):
133
  random_button = gr.Button("🎲 Generate Random Question")
134
+ with gr.Column(scale=0.15):
135
  ask_button = gr.Button("🌎 Submit Question")
 
 
 
136
  with gr.Column(scale=0.15):
137
  myth_fact_button = gr.Button("πŸ€” Generate Random Myth/Fact")
138