Commit
·
17fad9d
1
Parent(s):
1464d72
Update app.py
Browse files
app.py
CHANGED
@@ -1,15 +1,5 @@
|
|
1 |
-
import gradio as gr
|
2 |
-
import os
|
3 |
-
import sys
|
4 |
-
import json
|
5 |
-
import requests
|
6 |
-
|
7 |
-
import gradio as gr
|
8 |
-
|
9 |
js = "(x) => confirm('Are you sure?')"
|
10 |
|
11 |
-
|
12 |
-
|
13 |
with gr.Blocks() as demo:
|
14 |
btn = gr.Button()
|
15 |
hidden_checkbox = gr.Checkbox(visible=False)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
js = "(x) => confirm('Are you sure?')"
|
2 |
|
|
|
|
|
3 |
with gr.Blocks() as demo:
|
4 |
btn = gr.Button()
|
5 |
hidden_checkbox = gr.Checkbox(visible=False)
|