carlosrosash commited on
Commit
f7e404a
1 Parent(s): ec15175

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -234,7 +234,7 @@ with gr.Blocks(theme = 'carlosrosash/bellay_test') as demo:
234
  clear_button = gr.Button("Effacer", variant = "secondary")
235
  with gr.Column():
236
  submit_button = gr.Button("Envoyer 🖋️", variant = "primary")
237
- with gr.Column():
238
  output_text = gr.Textbox(label="Réponse", type="text", lines=10)
239
 
240
  # Function to handle the button click for submit
 
234
  clear_button = gr.Button("Effacer", variant = "secondary")
235
  with gr.Column():
236
  submit_button = gr.Button("Envoyer 🖋️", variant = "primary")
237
+ with gr.Column(variant = 'panel'):
238
  output_text = gr.Textbox(label="Réponse", type="text", lines=10)
239
 
240
  # Function to handle the button click for submit