Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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():
|