Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ with gr.Blocks() as iface:
|
|
| 26 |
|
| 27 |
# Add the main Gradio interface
|
| 28 |
with gr.Row():
|
| 29 |
-
gr.Markdown("# Quick Commerce Perishability Tagging
|
| 30 |
|
| 31 |
outputs = gr.Textbox(label="Predicted result")
|
| 32 |
gr.Interface(
|
|
|
|
| 26 |
|
| 27 |
# Add the main Gradio interface
|
| 28 |
with gr.Row():
|
| 29 |
+
gr.Markdown("# Quick Commerce Perishability Tagging")
|
| 30 |
|
| 31 |
outputs = gr.Textbox(label="Predicted result")
|
| 32 |
gr.Interface(
|