ArunAIML commited on
Commit
7af20a6
·
1 Parent(s): 8941626

added title and description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,6 +19,6 @@ def chat(prompt, history):
19
  output += chunk
20
  yield output
21
 
22
- demo = gr.ChatInterface(chat).queue()
23
 
24
  demo.launch()
 
19
  output += chunk
20
  yield output
21
 
22
+ demo = gr.ChatInterface(chat, title="ArunGPT", description="Hello this is chatbot is created for only educational purpose and is powered by mistral 8x 7b model").queue()
23
 
24
  demo.launch()