Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
from
|
3 |
|
4 |
with gr.Blocks() as demo:
|
5 |
GradioNotebook()
|
|
|
1 |
import gradio as gr
|
2 |
+
from gradio_notebook import GradioNotebook
|
3 |
|
4 |
with gr.Blocks() as demo:
|
5 |
GradioNotebook()
|