benjaminStreltzin commited on
Commit
4eb52b0
·
verified ·
1 Parent(s): d3a4db8

Update app.py

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