janmariakowalski commited on
Commit
c5ef5dc
verified
1 Parent(s): 09ca844

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -217,7 +217,7 @@ with gr.Blocks(theme=theme, css=".gradio-container {max-width: 960px !important;
217
  # Right column for RESULTS
218
  with gr.Column(scale=1):
219
  gr.Image(PIXEL_IMAGE_URL, show_label=False, show_download_button=False, container=False, height=200)
220
- output_verdict = gr.Label(label="Wynik analizy", value="Czekam na tekst do analizy...")
221
  output_scores = gr.Label(label="Szczeg贸艂owe wyniki", visible=False)
222
 
223
  # Define actions
 
217
  # Right column for RESULTS
218
  with gr.Column(scale=1):
219
  gr.Image(PIXEL_IMAGE_URL, show_label=False, show_download_button=False, container=False, height=200)
220
+ output_verdict = gr.Label(label="Wynik analizy", value="")
221
  output_scores = gr.Label(label="Szczeg贸艂owe wyniki", visible=False)
222
 
223
  # Define actions