cryogenic22 commited on
Commit
27f3a96
·
verified ·
1 Parent(s): c3ceb0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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)