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 = 'Olá GUI
|
| 34 |
for (var i = 0; i < text.length; i++) {
|
| 35 |
(function(i){
|
| 36 |
setTimeout(function(){
|
|
@@ -50,7 +50,6 @@ function createGradioAnimation() {
|
|
| 50 |
|
| 51 |
var gradioContainer = document.querySelector('.gradio-container');
|
| 52 |
gradioContainer.insertBefore(container, gradioContainer.firstChild);
|
| 53 |
-
alert('Olá');
|
| 54 |
|
| 55 |
document.querySelector('.show-api.svelte-1rjryqp').style.display = 'none';
|
| 56 |
document.querySelector('.built-with.svelte-1rjryqp').style.display = 'none';
|
|
|
|
| 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(){
|
|
|
|
| 50 |
|
| 51 |
var gradioContainer = document.querySelector('.gradio-container');
|
| 52 |
gradioContainer.insertBefore(container, gradioContainer.firstChild);
|
|
|
|
| 53 |
|
| 54 |
document.querySelector('.show-api.svelte-1rjryqp').style.display = 'none';
|
| 55 |
document.querySelector('.built-with.svelte-1rjryqp').style.display = 'none';
|