Spaces:
Running
Running
kovacsvi
commited on
Commit
·
8ef4922
1
Parent(s):
b3079ce
heatmap desc typo
Browse files
app.py
CHANGED
@@ -253,7 +253,7 @@ with gr.Blocks(css=css) as demo:
|
|
253 |
with gr.Column(scale=7):
|
254 |
heatmap = gr.Plot()
|
255 |
with gr.Column(scale=3):
|
256 |
-
gr.Markdown("The
|
257 |
|
258 |
with gr.Row():
|
259 |
model_info = gr.Markdown()
|
|
|
253 |
with gr.Column(scale=7):
|
254 |
heatmap = gr.Plot()
|
255 |
with gr.Column(scale=3):
|
256 |
+
gr.Markdown("The heatmap visualizes the probability of emotions within each sentence. The darker the color, the stronger the presence of the given emotion.", elem_classes="info")
|
257 |
|
258 |
with gr.Row():
|
259 |
model_info = gr.Markdown()
|