Update app.py
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ if prompt := st.chat_input("How can I help you today?"):
|
|
197 |
|
198 |
|
199 |
with st.sidebar:
|
200 |
-
choice = st.radio("References",["Reference"]
|
201 |
|
202 |
if choice == 'Reference':
|
203 |
generate_pdf()
|
|
|
197 |
|
198 |
|
199 |
with st.sidebar:
|
200 |
+
choice = st.radio("References",["Reference"])
|
201 |
|
202 |
if choice == 'Reference':
|
203 |
generate_pdf()
|