gaurav0026 commited on
Commit
1fff74a
·
verified ·
1 Parent(s): c5466dc

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +2 -2
gradio_app.py CHANGED
@@ -73,7 +73,7 @@ body {
73
  animation: fadeIn 1s ease-in-out;
74
  }
75
 
76
- .header h3 {
77
  font-size: 2.4rem;
78
  background: linear-gradient(45deg, #e74c3c, #f1c40f);
79
  -webkit-background-clip: text;
@@ -213,7 +213,7 @@ with gr.Blocks(
213
  ) as demo:
214
  gr.Markdown("""
215
  <div class="header">
216
- <h3> Sentiment Analysis on Traveler Reviews</h3>
217
  <p>Type your review and let our AI uncover its vibe!</p>
218
  </div>
219
  """)
 
73
  animation: fadeIn 1s ease-in-out;
74
  }
75
 
76
+ .header h1 {
77
  font-size: 2.4rem;
78
  background: linear-gradient(45deg, #e74c3c, #f1c40f);
79
  -webkit-background-clip: text;
 
213
  ) as demo:
214
  gr.Markdown("""
215
  <div class="header">
216
+ <h1> Sentiment Analysis on Traveler Reviews</h1>
217
  <p>Type your review and let our AI uncover its vibe!</p>
218
  </div>
219
  """)