Peggy Fan commited on
Commit
1569674
β€’
1 Parent(s): de43fad

changed logo

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +1 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  title: Ask The Doc
3
- emoji: πŸƒ
4
- colorFrom: green
5
  colorTo: yellow
6
  sdk: streamlit
7
  sdk_version: 1.21.0
 
1
  ---
2
  title: Ask The Doc
3
+ emoji: πŸ“–
4
+ colorFrom: red
5
  colorTo: yellow
6
  sdk: streamlit
7
  sdk_version: 1.21.0
app.py CHANGED
@@ -26,7 +26,7 @@ def generate_response(uploaded_file, openai_api_key, query_text):
26
  return qa.run(query_text)
27
 
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
 
26
  return qa.run(query_text)
27
 
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