Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|