Update app.py
Browse files
app.py
CHANGED
|
@@ -7,9 +7,8 @@ st.title('Chat LLMs Interfaces !')
|
|
| 7 |
mistral_url = 'https://aipatseer-chatllm.hf.space'
|
| 8 |
llama2_url = 'https://huggingface-projects-llama-2-7b-chat.hf.space'
|
| 9 |
st.title('Select Interface')
|
| 10 |
-
st.image('mistral_logo.webp')
|
| 11 |
-
st.image('llama2_logo.png')
|
| 12 |
-
|
| 13 |
|
| 14 |
|
| 15 |
def open_page(url):
|
|
|
|
| 7 |
mistral_url = 'https://aipatseer-chatllm.hf.space'
|
| 8 |
llama2_url = 'https://huggingface-projects-llama-2-7b-chat.hf.space'
|
| 9 |
st.title('Select Interface')
|
| 10 |
+
st.image('mistral_logo.webp',width=100)
|
| 11 |
+
st.image('llama2_logo.png',width=100)
|
|
|
|
| 12 |
|
| 13 |
|
| 14 |
def open_page(url):
|