Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -191,7 +191,7 @@ with gr.Blocks(theme=theme, css=".gradio-container {max-width: 960px !important;
|
|
| 191 |
# Left column for controls and description
|
| 192 |
with gr.Column(scale=2):
|
| 193 |
|
| 194 |
-
gr.Image(JAY_IMAGE_URL, show_label=False, show_download_button=False, container=False,
|
| 195 |
|
| 196 |
gr.Markdown(
|
| 197 |
"""
|
|
@@ -216,7 +216,7 @@ with gr.Blocks(theme=theme, css=".gradio-container {max-width: 960px !important;
|
|
| 216 |
|
| 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,
|
| 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 |
|
|
|
|
| 191 |
# Left column for controls and description
|
| 192 |
with gr.Column(scale=2):
|
| 193 |
|
| 194 |
+
gr.Image(JAY_IMAGE_URL, show_label=False, show_download_button=False, container=False, height=200)
|
| 195 |
|
| 196 |
gr.Markdown(
|
| 197 |
"""
|
|
|
|
| 216 |
|
| 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 |
|