Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -213,8 +213,8 @@ with gr.Blocks(theme=theme, css=".gradio-container {max-width: 960px !important;
|
|
| 213 |
# Right column for RESULTS
|
| 214 |
with gr.Column(scale=1):
|
| 215 |
gr.Markdown("---") # Separator
|
| 216 |
-
|
| 217 |
-
|
| 218 |
|
| 219 |
# Interactive elements are defined last, after all components are created
|
| 220 |
# This places the examples above the button
|
|
|
|
| 213 |
# Right column for RESULTS
|
| 214 |
with gr.Column(scale=1):
|
| 215 |
gr.Markdown("---") # Separator
|
| 216 |
+
output_verdict = gr.Label(label="Wynik analizy", value="Czekam na tekst do analizy...")
|
| 217 |
+
output_scores = gr.Label(label="Szczeg贸艂owe wyniki", visible=False)
|
| 218 |
|
| 219 |
# Interactive elements are defined last, after all components are created
|
| 220 |
# This places the examples above the button
|