ganeshk commited on
Commit
6f29af0
·
verified ·
1 Parent(s): ce5aa5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  # import webbrowser
3
  from streamlit.components.v1 import html
4
 
5
- st.title('Chat LLMs Interfaces !')
6
 
7
  mistral_url = 'https://aipatseer-chatllm.hf.space'
8
  llama2_url = 'https://huggingface-projects-llama-2-7b-chat.hf.space'
 
2
  # import webbrowser
3
  from streamlit.components.v1 import html
4
 
5
+ st.title('LLMs Chat Interfaces')
6
 
7
  mistral_url = 'https://aipatseer-chatllm.hf.space'
8
  llama2_url = 'https://huggingface-projects-llama-2-7b-chat.hf.space'