abhicodes commited on
Commit
5d3cceb
·
verified ·
1 Parent(s): 5b277de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Text():
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")