Peggy Fan commited on
Commit
d5aad79
β€’
1 Parent(s): 15a5699
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -28,6 +28,7 @@ def generate_response(uploaded_file, openai_api_key, query_text):
28
  # Page title
29
  st.set_page_config(page_title='πŸ‘©πŸΌβ€πŸŽ“πŸŽ€ Ask the Doc App')
30
  st.title('πŸ‘©β€πŸŽ“πŸŽ€ Ask the Doc App')
 
31
  # File upload
32
  uploaded_file = st.file_uploader('Upload an article', type='txt')
33
  # Query text
 
28
  # Page title
29
  st.set_page_config(page_title='πŸ‘©πŸΌβ€πŸŽ“πŸŽ€ Ask the Doc App')
30
  st.title('πŸ‘©β€πŸŽ“πŸŽ€ Ask the Doc App')
31
+
32
  # File upload
33
  uploaded_file = st.file_uploader('Upload an article', type='txt')
34
  # Query text