Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -217,9 +217,10 @@ 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="")
|
221 |
with gr.Accordion("Szczeg贸艂owe wyniki", open=False) as accordion_scores:
|
222 |
output_scores = gr.Label(label="Szczeg贸艂owe wyniki", visible=False, show_label=False)
|
|
|
|
|
223 |
|
224 |
# Define actions
|
225 |
def analyze_and_update(text):
|
|
|
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 |
with gr.Accordion("Szczeg贸艂owe wyniki", open=False) as accordion_scores:
|
221 |
output_scores = gr.Label(label="Szczeg贸艂owe wyniki", visible=False, show_label=False)
|
222 |
+
output_verdict = gr.Label(label="Wynik analizy", value="")
|
223 |
+
|
224 |
|
225 |
# Define actions
|
226 |
def analyze_and_update(text):
|