dreamerdeo commited on
Commit
c05c1f8
·
verified ·
1 Parent(s): bc3b2e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -100,13 +100,13 @@ prompt_examples = [
100
  'Cách nướng cá'
101
  ]
102
 
103
- # placeholder = """
104
- # <div style="opacity: 0.5;">
105
- # <img src="https://raw.githubusercontent.com/sail-sg/sailor-llm/main/misc/banner.jpg" style="width:30%;">
106
- # <br>Sailor models are designed to understand and generate text across diverse linguistic landscapes of these SEA regions:
107
- # <br>🇮🇩Indonesian, 🇹🇭Thai, 🇻🇳Vietnamese, 🇲🇾Malay, and 🇱🇦Lao.
108
- # </div>
109
- # """
110
 
111
  chatbot = gr.Chatbot(label='Sailor', placeholder=placeholder)
112
  with gr.Blocks(theme=gr.themes.Soft(), fill_height=True) as demo:
 
100
  'Cách nướng cá'
101
  ]
102
 
103
+ placeholder = """
104
+ <div style="opacity: 0.5;">
105
+ <img src="https://raw.githubusercontent.com/sail-sg/sailor-llm/main/misc/banner.jpg" style="width:30%;">
106
+ <br>Sailor models are designed to understand and generate text across diverse linguistic landscapes of these SEA regions:
107
+ <br>🇮🇩Indonesian, 🇹🇭Thai, 🇻🇳Vietnamese, 🇲🇾Malay, and 🇱🇦Lao.
108
+ </div>
109
+ """
110
 
111
  chatbot = gr.Chatbot(label='Sailor', placeholder=placeholder)
112
  with gr.Blocks(theme=gr.themes.Soft(), fill_height=True) as demo: