wendellast commited on
Commit
ea5b492
·
verified ·
1 Parent(s): 7adc5a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ function createGradioAnimation() {
30
  container.style.textAlign = 'center';
31
  container.style.marginBottom = '20px';
32
 
33
- var text = 'Olá GUI!, Meu nome é GUI';
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(){