dinna1 commited on
Commit
8eae89c
·
verified ·
1 Parent(s): b1eb943

![ChatGPT Image Jun 27, 2025, 08_07_07 PM.png](https://cdn-uploads.huggingface.co/production/uploads/6873e1f298c692330d4bf99b/sJv5oHz9F-Thstvwwrh4H.png)

Ask anything, and Nono will answer it simply! ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ def respond(message):
4
+ return "أنا نونو! وده ردّي: " + message
5
+
6
+ gr.ChatInterface(fn=respond, title="نونو شات بوت").launch()