shamik commited on
Commit
b41a86d
β€’
1 Parent(s): f1ba17c

updated app.py.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ additional_inputs=[
78
  gr.ChatInterface(
79
  fn=generate,
80
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
81
- title= "Have a chat with llama 3 8B πŸ¦™",
82
  additional_inputs=additional_inputs,
83
  examples=[
84
  ["Can you explain briefly to me what is the Python programming language?"],
 
78
  gr.ChatInterface(
79
  fn=generate,
80
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
81
+ title= "πŸ¦™ Have a chat with llama 3 8B πŸ¦™",
82
  additional_inputs=additional_inputs,
83
  examples=[
84
  ["Can you explain briefly to me what is the Python programming language?"],