Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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=730) # Add class to feedback output
|
77 |
|
78 |
# Buttons
|
79 |
with gr.Row():
|