Spaces:
Runtime error
Runtime error
Update pages/Chatbot.py
Browse files- pages/Chatbot.py +1 -7
pages/Chatbot.py
CHANGED
|
@@ -1,11 +1,5 @@
|
|
| 1 |
-
import sys, os
|
| 2 |
-
UTILS_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))
|
| 3 |
-
if UTILS_PATH not in sys.path:
|
| 4 |
-
sys.path.append(UTILS_PATH)
|
| 5 |
-
|
| 6 |
-
|
| 7 |
import streamlit as st
|
| 8 |
-
from utils.backend import run_llm
|
| 9 |
|
| 10 |
st.title("🧪 Example Page with Chatbot")
|
| 11 |
st.write("This demo chatbot also ingests Omnieye + Omnilog outputs.")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
from omniscientframework.utils.backend import run_llm
|
| 3 |
|
| 4 |
st.title("🧪 Example Page with Chatbot")
|
| 5 |
st.write("This demo chatbot also ingests Omnieye + Omnilog outputs.")
|