tolgadev commited on
Commit
cdc2ca6
β€’
1 Parent(s): 8af5ec0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def reset_state():
37
 
38
  with gr.Blocks() as demo:
39
  gr.HTML("""<h1 align="center">TrendyolLLM Chatbot Demo</h1>
40
- <h3 align="center">This is unofficial demo of ```tolgadev/Trendyol-LLM-7b-chat-v0.1-GGUF``` model based on ```LLama2 architecture```.</h3>
41
  <h4 align="center">Hit the like button if you liked! πŸ€—</h4>""")
42
 
43
  chatbot = gr.Chatbot()
 
37
 
38
  with gr.Blocks() as demo:
39
  gr.HTML("""<h1 align="center">TrendyolLLM Chatbot Demo</h1>
40
+ <h3 align="center">This is unofficial demo of `tolgadev/Trendyol-LLM-7b-chat-v0.1-GGUF` model based on LLama2 architecture.</h3>
41
  <h4 align="center">Hit the like button if you liked! πŸ€—</h4>""")
42
 
43
  chatbot = gr.Chatbot()