Spaces:
Running
Running
Update app.py
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 Test Dataset Viewer</center></h1>")
|
46 |
|
47 |
with gr.Row():
|
48 |
num_end = gr.Number(visible=False)
|