JayLacoma commited on
Commit
6123045
·
verified ·
1 Parent(s): b8f61f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -83,8 +83,7 @@ interface = gr.Interface(
83
  inputs=gr.Textbox(label="Enter Company Name"), # Input: company name
84
  outputs=gr.Plot(label="Sentiment Distribution"), # Output: Interactive Plotly chart
85
  title="Sentiment Analysis on News Headlines",
86
- description="Enter a company name to analyze the sentiment of the latest news related to that company.",
87
- theme="dark" # Optional theme setting for Gradio
88
  )
89
 
90
  # Launch the Gradio app
 
83
  inputs=gr.Textbox(label="Enter Company Name"), # Input: company name
84
  outputs=gr.Plot(label="Sentiment Distribution"), # Output: Interactive Plotly chart
85
  title="Sentiment Analysis on News Headlines",
86
+ description="Enter a company name to analyze the sentiment of the latest news related to that company."
 
87
  )
88
 
89
  # Launch the Gradio app