ganeshk commited on
Commit
35911ab
·
verified ·
1 Parent(s): 09b7e12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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):