Update app.py
Browse files
app.py
CHANGED
|
@@ -185,7 +185,7 @@ def gradio_interface():
|
|
| 185 |
],
|
| 186 |
outputs=["markdown"],
|
| 187 |
description="Authorize and paste the code here:",
|
| 188 |
-
|
| 189 |
theme="finlaymacklon/boxy_violet"
|
| 190 |
)
|
| 191 |
interface.launch()
|
|
|
|
| 185 |
],
|
| 186 |
outputs=["markdown"],
|
| 187 |
description="Authorize and paste the code here:",
|
| 188 |
+
live=False,
|
| 189 |
theme="finlaymacklon/boxy_violet"
|
| 190 |
)
|
| 191 |
interface.launch()
|