Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=0) # 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,min_width=400) # Add class to feedback output
|
73 |
|
74 |
# Buttons
|
75 |
with gr.Row():
|