Spaces:
Runtime error
Runtime error
Eleonora Bernasconi commited on
Commit ·
0c2dd57
1
Parent(s): 249208a
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ st.set_page_config(
|
|
| 19 |
page_names_to_funcs = {
|
| 20 |
"Welcome": intro.intro,
|
| 21 |
"Knowledge Extraction": knowledge_extraction.knowledge_extraction,
|
| 22 |
-
"
|
| 23 |
"Analysis": analysis.main,
|
| 24 |
}
|
| 25 |
|
|
|
|
| 19 |
page_names_to_funcs = {
|
| 20 |
"Welcome": intro.intro,
|
| 21 |
"Knowledge Extraction": knowledge_extraction.knowledge_extraction,
|
| 22 |
+
"Knowledge Enrichment": merge.main,
|
| 23 |
"Analysis": analysis.main,
|
| 24 |
}
|
| 25 |
|