dkdaniz commited on
Commit
508598a
1 Parent(s): c859198

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def generate_text(message, history):
59
 
60
  demo = gr.ChatInterface(
61
  generate_text,
62
- title="Katara LLVM",
63
  description="LLM of project https://katara.earth/",
64
  examples=["tell me everything about llamas"],
65
  cache_examples=True,
 
59
 
60
  demo = gr.ChatInterface(
61
  generate_text,
62
+ title="Katara LLM",
63
  description="LLM of project https://katara.earth/",
64
  examples=["tell me everything about llamas"],
65
  cache_examples=True,