Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -194,8 +194,8 @@ def do_entity_search(state, name):
|
|
| 194 |
# GRADIO UI
|
| 195 |
# ===============================================================
|
| 196 |
|
| 197 |
-
with gr.Blocks(title="Epstein Semantic Explorer
|
| 198 |
-
gr.Markdown("# **Epstein Semantic Explorer
|
| 199 |
Upload your `epstein_semantic.jsonl` file.")
|
| 200 |
|
| 201 |
with gr.Row():
|
|
|
|
| 194 |
# GRADIO UI
|
| 195 |
# ===============================================================
|
| 196 |
|
| 197 |
+
with gr.Blocks(title="Epstein Semantic Explorer ") as demo:
|
| 198 |
+
gr.Markdown("# "**"Epstein Semantic Explorer "**"
|
| 199 |
Upload your `epstein_semantic.jsonl` file.")
|
| 200 |
|
| 201 |
with gr.Row():
|