timmy0079 commited on
Commit
bca5aa5
1 Parent(s): 5820e70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -131,7 +131,6 @@ def main():
131
  if user_question:
132
  handle_userinput(user_question)
133
 
134
- st.download_button(label="Download Sample data", data=test.txt)
135
 
136
  with st.sidebar:
137
  openai_key = st.text_input("Paste your OpenAI API key (sk-...)")
 
131
  if user_question:
132
  handle_userinput(user_question)
133
 
 
134
 
135
  with st.sidebar:
136
  openai_key = st.text_input("Paste your OpenAI API key (sk-...)")