Spaces:
Runtime error
Runtime error
Edward Nagy
commited on
Commit
•
4c3a182
1
Parent(s):
bc7b153
Fix title
Browse files
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
|
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=[
|