Delete pages/formatted_page.py
Browse files- pages/formatted_page.py +0 -10
pages/formatted_page.py
DELETED
|
@@ -1,10 +0,0 @@
|
|
| 1 |
-
from streamlit.runtime.scriptrunner import get_script_run_ctx
|
| 2 |
-
from pages.page_base import chat_interface
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
chat_title = "Formatted Chat App"
|
| 7 |
-
url = "https://damienbenveniste-backend.hf.space/formatted"
|
| 8 |
-
page_hash = get_script_run_ctx().page_script_hash
|
| 9 |
-
|
| 10 |
-
chat_interface(chat_title, page_hash, url)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|