aika42 commited on
Commit
2de4da0
·
verified ·
1 Parent(s): fce950e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  # streamlit_app.py
2
 
3
  import streamlit as st
4
- from rag_engine 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
+ 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**!")