Update app.py
Browse files
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
|
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'
|