benjaminStreltzin commited on
Commit
b9a82f0
·
verified ·
1 Parent(s): 115035f

Update app.py

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