benjaminStreltzin commited on
Commit
d1d31dc
·
verified ·
1 Parent(s): cd976c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
69
 
70
  # Create a row for feedback output
71
  with gr.Row():
72
- feedback_output = gr.Textbox(label="Feedback Status", interactive=False, scale=0) # Add class to feedback output
73
 
74
  # Buttons
75
  with gr.Row():
 
69
 
70
  # Create a row for feedback output
71
  with gr.Row():
72
+ feedback_output = gr.Textbox(label="Feedback Status", interactive=False, scale=0,min_width=400) # Add class to feedback output
73
 
74
  # Buttons
75
  with gr.Row():