ZennyKenny commited on
Commit
fd5499a
Β·
verified Β·
1 Parent(s): 39bde5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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
- output = gr.HTML()
 
 
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(