MariamKili commited on
Commit
931c18f
1 Parent(s): 427523d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,6 +44,6 @@ text_input = gr.components.Textbox(lines=5, label="Enter your text here")
44
  output_text = gr.components.Textbox(label="Predicted Sentiment")
45
 
46
  # Define the Gradio interface
47
- iface=gr.Interface(fn=predict_sentiment, inputs=text_input, outputs=output_text, title="Sentiment Analysis")
48
  # Launch the Gradio app
49
  iface.launch(share=True)
 
44
  output_text = gr.components.Textbox(label="Predicted Sentiment")
45
 
46
  # Define the Gradio interface
47
+ iface=gr.Interface(fn=predict_sentiment, inputs=text_input, outputs=output_text, title="Sentiment Analysis Application System")
48
  # Launch the Gradio app
49
  iface.launch(share=True)