Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
with gr.Blocks() as demo:
|
4 |
with gr.Tab():
|
5 |
-
gr.
|
6 |
with gr.Tab():
|
7 |
gr.Dataframe(
|
8 |
value=[[i + 1] for i in range(10)],
|
|
|
2 |
|
3 |
with gr.Blocks() as demo:
|
4 |
with gr.Tab():
|
5 |
+
gr.HTML("<p>hi</p>")
|
6 |
with gr.Tab():
|
7 |
gr.Dataframe(
|
8 |
value=[[i + 1] for i in range(10)],
|