Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,8 @@ def handle_input(image, item_name):
|
|
22 |
# Thiết kế giao diện với Gradio
|
23 |
def create_interface():
|
24 |
with gr.Blocks() as app:
|
25 |
-
gr.Markdown("# Ứng dụng phân tích hóa đơn siêu thị")
|
|
|
26 |
|
27 |
with gr.Row():
|
28 |
# Cột bên trái
|
|
|
22 |
# Thiết kế giao diện với Gradio
|
23 |
def create_interface():
|
24 |
with gr.Blocks() as app:
|
25 |
+
gr.Markdown(f"# Ứng dụng phân tích hóa đơn siêu thị{
|
26 |
+
|
27 |
|
28 |
with gr.Row():
|
29 |
# Cột bên trái
|