NexusInstruments commited on
Commit
0e37cb9
·
verified ·
1 Parent(s): 346527c

Update pages/Chatbot.py

Browse files
Files changed (1) hide show
  1. 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.")