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