Update app.py
Browse files
app.py
CHANGED
@@ -131,6 +131,8 @@ def main():
|
|
131 |
if user_question:
|
132 |
handle_userinput(user_question)
|
133 |
|
|
|
|
|
134 |
with st.sidebar:
|
135 |
openai_key = st.text_input("Paste your OpenAI API key (sk-...)")
|
136 |
if openai_key:
|
|
|
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-...)")
|
138 |
if openai_key:
|