Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -120,12 +120,12 @@ with gr.Blocks() as nps:
|
|
120 |
|
121 |
gr.Markdown("---")
|
122 |
|
|
|
|
|
123 |
with gr.Column(scale=1):
|
124 |
classify_btn = gr.Button("Classify", size="sm")
|
125 |
-
|
126 |
-
|
127 |
-
with gr.Column(scale=3): # Center the container and make it 75% of the window width
|
128 |
-
output = gr.HTML()
|
129 |
|
130 |
# Event handlers
|
131 |
add_category_btn.click(
|
|
|
120 |
|
121 |
gr.Markdown("---")
|
122 |
|
123 |
+
# Classify button and output
|
124 |
+
with gr.Row():
|
125 |
with gr.Column(scale=1):
|
126 |
classify_btn = gr.Button("Classify", size="sm")
|
127 |
+
with gr.Column(scale=3): # Center the container and make it 75% of the window width
|
128 |
+
output = gr.HTML()
|
|
|
|
|
129 |
|
130 |
# Event handlers
|
131 |
add_category_btn.click(
|