shamik commited on
Commit
647484d
β€’
1 Parent(s): c63bd87

updated app.py.

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -0
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Llama3 8b
3
  emoji: πŸ’¬
4
  colorFrom: green
5
  colorTo: purple
 
1
  ---
2
+ title: πŸ¦™ Llama3 8b πŸ¦™
3
  emoji: πŸ’¬
4
  colorFrom: green
5
  colorTo: purple
app.py CHANGED
@@ -78,6 +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
  additional_inputs=additional_inputs,
82
  examples=[
83
  ["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?"],