Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ def create_knowledge_base(data):
|
|
| 94 |
|
| 95 |
def main():
|
| 96 |
st.sidebar.title("Quantilytix Grant Scraper")
|
| 97 |
-
st.sidebar.image("logoqb.jpeg",
|
| 98 |
|
| 99 |
url = st.sidebar.text_input("Enter URL")
|
| 100 |
|
|
@@ -142,6 +142,7 @@ def main():
|
|
| 142 |
st.session_state.chat_interface_active = True
|
| 143 |
|
| 144 |
if "chat_interface_active" in st.session_state and st.session_state.chat_interface_active:
|
|
|
|
| 145 |
st.heading("Chat Interface Loaded. Start asking questions about the grants!")
|
| 146 |
|
| 147 |
query = st.text_input("Ask a question about the grants:", key="chat_input")
|
|
|
|
| 94 |
|
| 95 |
def main():
|
| 96 |
st.sidebar.title("Quantilytix Grant Scraper")
|
| 97 |
+
st.sidebar.image("logoqb.jpeg", use_container_width=True)
|
| 98 |
|
| 99 |
url = st.sidebar.text_input("Enter URL")
|
| 100 |
|
|
|
|
| 142 |
st.session_state.chat_interface_active = True
|
| 143 |
|
| 144 |
if "chat_interface_active" in st.session_state and st.session_state.chat_interface_active:
|
| 145 |
+
st.image("logoqb.jpeg", use_container_width=True)
|
| 146 |
st.heading("Chat Interface Loaded. Start asking questions about the grants!")
|
| 147 |
|
| 148 |
query = st.text_input("Ask a question about the grants:", key="chat_input")
|