Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def analyze_csv(csv_file, text_column):
96
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
97
 
98
  gr.Markdown("""
99
- # **Sentilytics**
100
  ### Social Media Sentiment Analysis using ML & BERT
101
  Analyze sentiment from **Text or CSV data**
102
  """)
 
96
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
97
 
98
  gr.Markdown("""
99
+ **Sentilytics**
100
  ### Social Media Sentiment Analysis using ML & BERT
101
  Analyze sentiment from **Text or CSV data**
102
  """)