Edward Nagy commited on
Commit
4c3a182
1 Parent(s): bc7b153
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def wine_quality_class(fixed_acidity, volatile_acidity, citric_acid, residual_su
29
 
30
  demo = gr.Interface(
31
  fn=wine_quality_class,
32
- title="Wine Quality Predictive Analytics",
33
  description="Predicts the quality of wine based on the input parameters",
34
  allow_flagging="never",
35
  inputs=[
 
29
 
30
  demo = gr.Interface(
31
  fn=wine_quality_class,
32
+ title="Wine Quality Prediction",
33
  description="Predicts the quality of wine based on the input parameters",
34
  allow_flagging="never",
35
  inputs=[