Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# streamlit_app.py
|
2 |
|
3 |
import streamlit as st
|
4 |
-
|
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**!")
|