Update gradio_app.py
Browse files- 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
|
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 |
-
<
|
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 |
""")
|