Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -120,9 +120,8 @@ with gr.Blocks() as nps:
|
|
| 120 |
|
| 121 |
gr.Markdown("---")
|
| 122 |
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
classify_btn = gr.Button("Classify", size="sm")
|
| 126 |
|
| 127 |
with gr.Row():
|
| 128 |
with gr.Column(scale=3): # Center the container and make it 75% of the window width
|
|
|
|
| 120 |
|
| 121 |
gr.Markdown("---")
|
| 122 |
|
| 123 |
+
with gr.Column(scale=1):
|
| 124 |
+
classify_btn = gr.Button("Classify", size="sm")
|
|
|
|
| 125 |
|
| 126 |
with gr.Row():
|
| 127 |
with gr.Column(scale=3): # Center the container and make it 75% of the window width
|