ZennyKenny commited on
Commit
f46e8ec
Β·
verified Β·
1 Parent(s): f32afc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- with gr.Row():
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(