Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -164,9 +164,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="teal", secondary_hue="teal")
|
|
| 164 |
height: 24px;
|
| 165 |
white-space: nowrap;
|
| 166 |
overflow: hidden;
|
| 167 |
-
border-right: 3px solid #007777;
|
| 168 |
font-weight: 600;
|
| 169 |
-
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
| 170 |
}
|
| 171 |
.equal-row {
|
| 172 |
display: flex;
|
|
@@ -189,7 +187,7 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="teal", secondary_hue="teal")
|
|
| 189 |
<p class="tagline" id="typing-text-main"></p>
|
| 190 |
</div>
|
| 191 |
<script>
|
| 192 |
-
const tagline = "Your Mood, Your Journey – Personalized Itineraries, Instantly";
|
| 193 |
function typeWriter(elId) {
|
| 194 |
let i = 0;
|
| 195 |
let forward = true;
|
|
|
|
| 164 |
height: 24px;
|
| 165 |
white-space: nowrap;
|
| 166 |
overflow: hidden;
|
|
|
|
| 167 |
font-weight: 600;
|
|
|
|
| 168 |
}
|
| 169 |
.equal-row {
|
| 170 |
display: flex;
|
|
|
|
| 187 |
<p class="tagline" id="typing-text-main"></p>
|
| 188 |
</div>
|
| 189 |
<script>
|
| 190 |
+
const tagline = "Your Mood, Your Journey – Personalized Itineraries, Instantly!";
|
| 191 |
function typeWriter(elId) {
|
| 192 |
let i = 0;
|
| 193 |
let forward = true;
|