xnetba commited on
Commit
3252fdf
1 Parent(s): 7b8b5cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -151,8 +151,8 @@ def radio_on_change(
151
  )
152
 
153
 
154
- title = """<h1 align="center">Large Language Model Chat API</h1>"""
155
- description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
156
 
157
  ```
158
  User: <utterance>
@@ -162,11 +162,11 @@ Assistant: <utterance>
162
  ...
163
  ```
164
 
165
- In this app, you can explore the outputs of multiple LLMs when prompted in this way.
166
  """
167
 
168
  text_generation_inference = """
169
- <div align="center">Powered by: <a href=https://github.com/huggingface/text-generation-inference>Text Generation Inference</a></div>
170
  """
171
 
172
  openchat_disclaimer = """
 
151
  )
152
 
153
 
154
+ title = """<h1 align="center">Tešnjak AI - LLM Chat API</h1>"""
155
+ description = """LLM Chat predložak:
156
 
157
  ```
158
  User: <utterance>
 
162
  ...
163
  ```
164
 
165
+ Mjenjajući predložak.
166
  """
167
 
168
  text_generation_inference = """
169
+ <div align="center">Pokrenuto od: <a href=https://abouttesanj.ba/>abouttesanj.ba</a></div>
170
  """
171
 
172
  openchat_disclaimer = """