Update app.py
Browse files
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-...)")
|