MahekTrivedi commited on
Commit
3ea5938
·
verified ·
1 Parent(s): e0386a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
122
  placeholder="Type your thoughts here, and I'll analyze the sentiment...",
123
  info="I can tell you if your text is positive or negative."
124
  )
125
- analyze_button = gr.Button("💖 Analyze!")
126
 
127
  output_label = gr.Label(label="Result")
128
 
@@ -131,5 +131,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
131
 
132
  # Launch the Gradio app
133
  if __name__ == "__main__":
134
- demo.launch()
135
-
 
122
  placeholder="Type your thoughts here, and I'll analyze the sentiment...",
123
  info="I can tell you if your text is positive or negative."
124
  )
125
+ analyze_button = gr.Button("💖 Analyze!")
126
 
127
  output_label = gr.Label(label="Result")
128
 
 
131
 
132
  # Launch the Gradio app
133
  if __name__ == "__main__":
134
+ demo.launch()