Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
|
| 2 |
# Streamlit App Interface (app.py)
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
def main():
|
| 4 |
st.title("**SYNAPTYX - RFP Analysis Agent**")
|
| 5 |
st.markdown("<h3 style='color: #1E3A8A;'>Upload RFP documents, provide a URL, search, and get intelligent answers.</h3>", unsafe_allow_html=True)
|
|
|
|
| 1 |
|
| 2 |
# Streamlit App Interface (app.py)
|
| 3 |
+
|
| 4 |
+
import streamlit as st
|
| 5 |
+
import backend
|
| 6 |
+
|
| 7 |
def main():
|
| 8 |
st.title("**SYNAPTYX - RFP Analysis Agent**")
|
| 9 |
st.markdown("<h3 style='color: #1E3A8A;'>Upload RFP documents, provide a URL, search, and get intelligent answers.</h3>", unsafe_allow_html=True)
|