Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from Stok
|
2 |
import gradio as gr
|
3 |
import os
|
4 |
import json
|
|
|
1 |
+
from Stok import find_product, get_product_quantity, get_product_color, chatbot_response
|
2 |
import gradio as gr
|
3 |
import os
|
4 |
import json
|