Sakil commited on
Commit
a8e317a
1 Parent(s): 4595ee0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def load_llm():
18
  return llm
19
 
20
  st.title("☔ ☔Chat with CSV using Llama2 ☔ ☔")
21
- st.markdown("<h3 style='text-align: center; color: white;'>Built by <a href=https://github.com/Sakil786>♻️ CSVQConnect ♻️ </a></h3>", unsafe_allow_html=True)
22
  # Your background image URL goes here
23
  #background_image_url = 'https://www.bing.com/images/search?view=detailV2&ccid=lFAWXtbv&id=BB57AC3541361FF3844CAA706B667014CB515B92&thid=OIP.lFAWXtbvpchf66BryfJQ1QHaE8&mediaurl=https%3a%2f%2fimage.freepik.com%2ffree-photo%2ftwo-llamas-andean-highland-bolivia_107467-2006.jpg&exph=418&expw=626&q=llama2+image&simid=608011097331751957&FORM=IRPRST&ck=F66D65F1AFAAA4BBCF9986ADF8ED1643&selectedIndex=4'
24
  background_image_path = 'image1.jpg'
 
18
  return llm
19
 
20
  st.title("☔ ☔Chat with CSV using Llama2 ☔ ☔")
21
+ st.markdown("<h3 style='text-align: center; color: white;'>Built by <a href=https://github.com/Sakil786/CSVQConnect>♻️ CSVQConnect GitHub ♻️ </a></h3>", unsafe_allow_html=True)
22
  # Your background image URL goes here
23
  #background_image_url = 'https://www.bing.com/images/search?view=detailV2&ccid=lFAWXtbv&id=BB57AC3541361FF3844CAA706B667014CB515B92&thid=OIP.lFAWXtbvpchf66BryfJQ1QHaE8&mediaurl=https%3a%2f%2fimage.freepik.com%2ffree-photo%2ftwo-llamas-andean-highland-bolivia_107467-2006.jpg&exph=418&expw=626&q=llama2+image&simid=608011097331751957&FORM=IRPRST&ck=F66D65F1AFAAA4BBCF9986ADF8ED1643&selectedIndex=4'
24
  background_image_path = 'image1.jpg'