Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = ["
|
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 |
|