Calistus commited on
Commit
6a900f2
·
1 Parent(s): 07b16a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  app = gr.Interface(
2
  fn=sentiment_analysis,
3
  inputs=gr.Textbox(placeholder="Write your tweet here..."),
 
1
+ import gradio as gr
2
  app = gr.Interface(
3
  fn=sentiment_analysis,
4
  inputs=gr.Textbox(placeholder="Write your tweet here..."),