EzekielMW commited on
Commit
a01d3d8
·
verified ·
1 Parent(s): 129eb52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- 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.
 
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.