awacke1 commited on
Commit
03c8b68
·
1 Parent(s): e29a111

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -299,7 +299,7 @@ def main():
299
  st.set_page_config(page_title="GPT Streamlit Document Reasoner",layout="wide")
300
 
301
  # File type for output, model choice
302
- menu = ["htm", "txt", "xlsx", "csv", "md", "py"] #619
303
  choice = st.sidebar.selectbox("Output File Type:", menu)
304
  model_choice = st.sidebar.radio("Select Model:", ('gpt-3.5-turbo', 'gpt-3.5-turbo-0301'))
305
 
 
299
  st.set_page_config(page_title="GPT Streamlit Document Reasoner",layout="wide")
300
 
301
  # File type for output, model choice
302
+ menu = ["txt", "htm", "xlsx", "csv", "md", "py"] #619
303
  choice = st.sidebar.selectbox("Output File Type:", menu)
304
  model_choice = st.sidebar.radio("Select Model:", ('gpt-3.5-turbo', 'gpt-3.5-turbo-0301'))
305