Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,4 +18,4 @@ app = gr.Interface(
|
|
18 |
|
19 |
if __name__ == "__main__":
|
20 |
app.launch(share=True,
|
21 |
-
css="
|
|
|
18 |
|
19 |
if __name__ == "__main__":
|
20 |
app.launch(share=True,
|
21 |
+
css="style.css") #Share=True gera um link que pode ser compartilhado
|