HaveAI commited on
Commit
99ee527
Β·
verified Β·
1 Parent(s): 08f59c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,5 +3,5 @@ import gradio as gr
3
  def respond(message, history):
4
  return f"Π’Ρ‹ сказал: {message}"
5
 
6
- gr.ChatInterface(fn=respond, title="Flare Chat").launch()
7
 
 
3
  def respond(message, history):
4
  return f"Π’Ρ‹ сказал: {message}"
5
 
6
+ gr.ChatInterface(fn=respond, title="Flare Chat", description="Π”ΠΎΠ±Ρ€ΠΎ ΠΏΠΎΠΆΠ°Π»ΠΎΠ²Π°Ρ‚ΡŒ Π² Flare!").launch()
7