Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
js = '''alert("aaa");
|
3 |
-
console.log("bbb Loaded.");
|
4 |
-
'''
|
5 |
|
6 |
with gr.Blocks() as demo:
|
7 |
inp = gr.Textbox(label="Input")
|
|
|
1 |
import gradio as gr
|
2 |
+
js = '''alert("aaa");console.log("bbb Loaded.");'''
|
|
|
|
|
3 |
|
4 |
with gr.Blocks() as demo:
|
5 |
inp = gr.Textbox(label="Input")
|