Update app.py
Browse files
app.py
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
import gradio as gr
|
2 |
-
|
3 |
-
import os
|
4 |
|
5 |
with gr.Blocks() as app:
|
6 |
with gr.Row() as r1:
|
7 |
gr.HTML("""Validate""")
|
8 |
with gr.Row(visible=False) as r2:
|
9 |
gr.HTML("""Pass""")
|
10 |
-
|
11 |
-
|
12 |
-
app.launch()
|
|
|
1 |
import gradio as gr
|
2 |
+
|
|
|
3 |
|
4 |
with gr.Blocks() as app:
|
5 |
with gr.Row() as r1:
|
6 |
gr.HTML("""Validate""")
|
7 |
with gr.Row(visible=False) as r2:
|
8 |
gr.HTML("""Pass""")
|
9 |
+
|
10 |
+
app.launch()
|
|