NexusInstruments commited on
Commit
0e29175
·
verified ·
1 Parent(s): 5a6eb9d

Create example.py

Browse files
Files changed (1) hide show
  1. pages/example.py +7 -0
pages/example.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+ import sys, os
3
+
4
+ # ─── Ensure utils/ is importable ──────────────────────────────
5
+ sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
6
+
7
+ from utils.backend import run_llm