janmariakowalski commited on
Commit
0ba3bff
verified
1 Parent(s): 3777663

Update app.py

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