Spaces:
Sleeping
Sleeping
Hritik
commited on
Commit
•
037a1dd
1
Parent(s):
eda5d02
update
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ initial_dataframe = display_df()
|
|
42 |
|
43 |
# Gradio Blocks
|
44 |
with gr.Blocks() as demo:
|
45 |
-
gr.Markdown("<h1><center>Contextual
|
46 |
|
47 |
with gr.Row():
|
48 |
num_end = gr.Number(visible=False)
|
|
|
42 |
|
43 |
# Gradio Blocks
|
44 |
with gr.Blocks() as demo:
|
45 |
+
gr.Markdown("<h1><center>Contextual All Dataset Viewer</center></h1>")
|
46 |
|
47 |
with gr.Row():
|
48 |
num_end = gr.Number(visible=False)
|