Update pages/rag_page.py
Browse files- pages/rag_page.py +1 -1
pages/rag_page.py
CHANGED
|
@@ -45,4 +45,4 @@ if prompt := st.chat_input("What is your message?"):
|
|
| 45 |
})
|
| 46 |
page_hash = get_script_run_ctx().page_script_hash
|
| 47 |
|
| 48 |
-
chat_interface(username, page_hash, url)
|
|
|
|
| 45 |
})
|
| 46 |
page_hash = get_script_run_ctx().page_script_hash
|
| 47 |
|
| 48 |
+
#chat_interface(username, page_hash, url)
|