File size: 290 Bytes
b5f1f10
 
 
 
 
 
 
 
e903025
1
2
3
4
5
6
7
8
9
from streamlit.runtime.scriptrunner import get_script_run_ctx
from pages.page_base import chat_interface


chat_title = "History Chat App"
url = "https://damienbenveniste-backend.hf.space/history"
page_hash = get_script_run_ctx().page_script_hash

chat_interface(chat_title, page_hash, url)