alishafique commited on
Commit
07b3a90
·
verified ·
1 Parent(s): 2f8d3e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ demo = gr.Interface(
42
  fn=chat_with_ai, # Streaming function
43
  inputs="text", # User input
44
  outputs="text", # Model response
45
- title="💬 Streaming Alif-1.0-8B-Instruct Chatbot",
46
  description="Enter a prompt and get a streamed response."
47
  )
48
 
 
42
  fn=chat_with_ai, # Streaming function
43
  inputs="text", # User input
44
  outputs="text", # Model response
45
+ title="Streaming Alif-1.0-8B-Instruct Chatbot 🚀",
46
  description="Enter a prompt and get a streamed response."
47
  )
48