vilarin commited on
Commit
e7fb870
·
verified ·
1 Parent(s): 5c4d623

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -93,6 +93,10 @@ CSS = """
93
  visibility: hidden;
94
  }
95
  """
 
 
 
 
96
 
97
  chatbot = gr.Chatbot(height=600)
98
 
 
93
  visibility: hidden;
94
  }
95
  """
96
+ DESCRIPTION = """
97
+ - LLaMAX is a language model with powerful multilingual capabilities without loss instruction-following capabilities.
98
+ - Source Language auto detected, input your Target language and country.
99
+ """
100
 
101
  chatbot = gr.Chatbot(height=600)
102