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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -120,9 +120,8 @@ with gr.Blocks() as nps:
120
 
121
  gr.Markdown("---")
122
 
123
- # Classify button
124
- with gr.Column(scale=1):
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