Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|