Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ with block:
|
|
175 |
text_sentiment = gr.Textbox(label="Text Sentiment")
|
176 |
facial_output = gr.JSON(label="Facial Data")
|
177 |
|
178 |
-
with gr.
|
179 |
gr.Textbox(label="Text Content")
|
180 |
|
181 |
output_text_sentiment = gr.TextBox("Text Sentiment")
|
|
|
175 |
text_sentiment = gr.Textbox(label="Text Sentiment")
|
176 |
facial_output = gr.JSON(label="Facial Data")
|
177 |
|
178 |
+
with gr.Column():
|
179 |
gr.Textbox(label="Text Content")
|
180 |
|
181 |
output_text_sentiment = gr.TextBox("Text Sentiment")
|