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

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=2) # 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) # Add class to feedback output
73
 
74
  # Buttons
75
  with gr.Row():