Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ function createGradioAnimation() {
|
|
| 30 |
container.style.textAlign = 'center';
|
| 31 |
container.style.marginBottom = '20px';
|
| 32 |
|
| 33 |
-
var text = '
|
| 34 |
for (var i = 0; i < text.length; i++) {
|
| 35 |
(function(i){
|
| 36 |
setTimeout(function(){
|
|
|
|
| 30 |
container.style.textAlign = 'center';
|
| 31 |
container.style.marginBottom = '20px';
|
| 32 |
|
| 33 |
+
var text = 'Olá, Meu nome é GUI';
|
| 34 |
for (var i = 0; i < text.length; i++) {
|
| 35 |
(function(i){
|
| 36 |
setTimeout(function(){
|