phyloforfun commited on
Commit
e6041df
1 Parent(s): 32f1ba8

file upload gallery

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1477,7 +1477,7 @@ def sidebar_content():
1477
  st.session_state.expense_summary, st.session_state.expense_report = None, None
1478
  st.header('Expense Report Summary')
1479
  st.write('Available after first run...')
1480
- st.write('Google PaLM 2 is not tracked since it is currently free.')
1481
 
1482
  def main():
1483
  with st.sidebar:
 
1477
  st.session_state.expense_summary, st.session_state.expense_report = None, None
1478
  st.header('Expense Report Summary')
1479
  st.write('Available after first run...')
1480
+ # st.write('Google PaLM 2 is not tracked since it is currently free.')
1481
 
1482
  def main():
1483
  with st.sidebar: