Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
def open_app():
|
| 4 |
-
external_link = "https://
|
| 5 |
return f'<iframe src="{external_link}" style="width:100%;height:800px;"></iframe>'
|
| 6 |
|
| 7 |
with gr.Blocks() as demo:
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
def open_app():
|
| 4 |
+
external_link = "https://3eb291e0802b586833.gradio.live/"
|
| 5 |
return f'<iframe src="{external_link}" style="width:100%;height:800px;"></iframe>'
|
| 6 |
|
| 7 |
with gr.Blocks() as demo:
|