Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ column 2: outputs
|
|
140 |
row 1, col 2 = emotion results
|
141 |
row 2, col 2 = plt graph
|
142 |
'''
|
143 |
-
with gr.Blocks(title="Emotion Reader") as emotion_reader:
|
144 |
gr.Markdown(
|
145 |
"""
|
146 |
# Emotion Analysis from Text and Face
|
|
|
140 |
row 1, col 2 = emotion results
|
141 |
row 2, col 2 = plt graph
|
142 |
'''
|
143 |
+
with gr.Blocks(title="Emotion Reader", theme=gr.themes.Soft()) as emotion_reader:
|
144 |
gr.Markdown(
|
145 |
"""
|
146 |
# Emotion Analysis from Text and Face
|