janmariakowalski commited on
Commit
b6fbae1
·
verified ·
1 Parent(s): db2f589

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ with gr.Blocks(theme=theme, css=".gradio-container {max-width: 960px !important;
241
  )
242
 
243
 
244
- with gr.Column()
245
 
246
  submit_btn = gr.Button("Analizuj tekst", variant="primary")
247
 
 
241
  )
242
 
243
 
244
+ with gr.Column():
245
 
246
  submit_btn = gr.Button("Analizuj tekst", variant="primary")
247