Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -361,9 +361,9 @@ with gr.Blocks() as demo:
|
|
| 361 |
|
| 362 |
predict_btn = gr.Button("Predict")
|
| 363 |
predict_btn.click(fn=predict, inputs=[input_file, model_dropdown], outputs=[output_df])
|
| 364 |
-
|
| 365 |
-
|
| 366 |
-
|
| 367 |
### 👨🌾 Farmers
|
| 368 |
- Enables quick and non-destructive testing of milk quality.
|
| 369 |
- Helps identify adulteration or spoilage early.
|
|
|
|
| 361 |
|
| 362 |
predict_btn = gr.Button("Predict")
|
| 363 |
predict_btn.click(fn=predict, inputs=[input_file, model_dropdown], outputs=[output_df])
|
| 364 |
+
with gr.Tab("Takeaways"):
|
| 365 |
+
gr.Markdown("## 🌾 Spectroscopy: Transforming the Dairy Sector")
|
| 366 |
+
gr.Markdown("""
|
| 367 |
### 👨🌾 Farmers
|
| 368 |
- Enables quick and non-destructive testing of milk quality.
|
| 369 |
- Helps identify adulteration or spoilage early.
|