Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -213,7 +213,7 @@ with gr.Blocks(css=custom_css, theme=WhiteTheme()) as demo:
|
|
| 213 |
</div>
|
| 214 |
<script>
|
| 215 |
(function() {
|
| 216 |
-
const text = "
|
| 217 |
const typedTextSpan = document.getElementById("typed-text");
|
| 218 |
let charIndex = 0;
|
| 219 |
|
|
|
|
| 213 |
</div>
|
| 214 |
<script>
|
| 215 |
(function() {
|
| 216 |
+
const text = "image";
|
| 217 |
const typedTextSpan = document.getElementById("typed-text");
|
| 218 |
let charIndex = 0;
|
| 219 |
|