nono-chatbot / app.py
dinna1's picture
Create app.py
5038547 verified
raw
history blame
172 Bytes
import gradio as gr
def respond(message):
return "ุฃู†ุง ู†ูˆู†ูˆ! ูˆุฏู‡ ุฑุฏู‘ูŠ: " + message
gr.ChatInterface(fn=respond, title="ู†ูˆู†ูˆ ุดุงุช ุจูˆุช").launch()