aika42 commited on
Commit
72ba764
·
verified ·
1 Parent(s): 1e147e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,7 +1,8 @@
1
  # streamlit_app.py
2
 
3
  import streamlit as st
4
- import RAGEngine
 
5
 
6
  st.title("🔮 Honkai Star Rail - Build Advisor (DeepSeek RAG)")
7
  st.markdown("Ask me how to build any character, and I will tell you the **optimal setup**!")
 
1
  # streamlit_app.py
2
 
3
  import streamlit as st
4
+ from rag_engine import RAGEngine
5
+
6
 
7
  st.title("🔮 Honkai Star Rail - Build Advisor (DeepSeek RAG)")
8
  st.markdown("Ask me how to build any character, and I will tell you the **optimal setup**!")