Spaces:
Runtime error
Runtime error
Chintan Donda
commited on
Commit
•
a01a527
1
Parent(s):
f8cbc6d
Update the App name
Browse files
app.py
CHANGED
@@ -264,7 +264,7 @@ class DomState:
|
|
264 |
|
265 |
|
266 |
|
267 |
-
with gr.Blocks(title='KKMS-
|
268 |
dom = DomState(
|
269 |
index_type=constants_utils.INDEX_TYPE,
|
270 |
load_from_existing_index_file=constants_utils.LOAD_FROM_EXISTING_INDEX_STORE
|
|
|
264 |
|
265 |
|
266 |
|
267 |
+
with gr.Blocks(title='KKMS-Smart-Search-Demo') as demo:
|
268 |
dom = DomState(
|
269 |
index_type=constants_utils.INDEX_TYPE,
|
270 |
load_from_existing_index_file=constants_utils.LOAD_FROM_EXISTING_INDEX_STORE
|