furquan commited on
Commit
bdf862b
1 Parent(s): 9975ffc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ def sentiment_analysis(tweets,topic):
163
 
164
  with gr.Blocks() as app:
165
  topic = gr.Textbox(label="Enter a topic for tweets")
166
- with gr.Row():
167
  output1 = gr.Gallery(label="Screenshot of Tweets", show_label=True, elem_id="gallery").style(grid=[3], height="200")
168
  output2 = gr.Image(label="Sentiment Analysis Result")
169
  greet_btn = gr.Button("Initiate Sentiment Analysis")
 
163
 
164
  with gr.Blocks() as app:
165
  topic = gr.Textbox(label="Enter a topic for tweets")
166
+ with gr.Row(equal_height=False):
167
  output1 = gr.Gallery(label="Screenshot of Tweets", show_label=True, elem_id="gallery").style(grid=[3], height="200")
168
  output2 = gr.Image(label="Sentiment Analysis Result")
169
  greet_btn = gr.Button("Initiate Sentiment Analysis")