vishwask commited on
Commit
83c65af
1 Parent(s): abb5ef5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"], index=None,)
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()