FarhadMadadzade commited on
Commit
21bb15b
·
1 Parent(s): 49062f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ dataset_api.download("Resources/images/confusion_wine_matrix.png")
15
  with gr.Blocks() as demo:
16
  with gr.Row():
17
  with gr.Column():
18
- gr.Label("Quality scores. Scores are given on a scale of 1-3 glasses.")
19
  with gr.Row():
20
  with gr.Column():
21
  gr.Label("Today's Predicted Quality (1-3)")
 
15
  with gr.Blocks() as demo:
16
  with gr.Row():
17
  with gr.Column():
18
+ gr.Label("Note: wine quality is given on a scale of 1-3 glasses.")
19
  with gr.Row():
20
  with gr.Column():
21
  gr.Label("Today's Predicted Quality (1-3)")