neovalle commited on
Commit
3120433
·
verified ·
1 Parent(s): eae964b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -129,6 +129,10 @@ with gr.Blocks() as demo:
129
  persona2 = gr.Dropdown(personas, label="Choose Second Persona", value="Crow")
130
  user_input = gr.Textbox(label="🌱 Your Question", placeholder="e.g., What do you think of humans?")
131
  with gr.Row():
 
 
 
 
132
  with gr.Column(scale=0.15):
133
  random_button = gr.Button("🎲 Generate Random Question")
134
  with gr.Column(scale=0.15):
 
129
  persona2 = gr.Dropdown(personas, label="Choose Second Persona", value="Crow")
130
  user_input = gr.Textbox(label="🌱 Your Question", placeholder="e.g., What do you think of humans?")
131
  with gr.Row():
132
+ with gr.Column(scale=0.15):
133
+ pass
134
+ with gr.Column(scale=0.15):
135
+ pass
136
  with gr.Column(scale=0.15):
137
  random_button = gr.Button("🎲 Generate Random Question")
138
  with gr.Column(scale=0.15):