GaboDataScientist commited on
Commit
91fd571
·
verified ·
1 Parent(s): 299a80c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ gui= gr.Interface(
74
  outputs="text",
75
  live=False,
76
  title='NBA regular season games outcome prediction',
77
- description='IMPORTANT: The predictions generated by this AI tool are for informational purposes only and should not be considered as betting advice. Past performance is not indicative of future results, therefore, the predictions generated by the AI tool should not be used as the sole basis for making betting decisions. This predictions are only for NBA regular season games.'
78
  )
79
 
80
  gui.launch()
 
74
  outputs="text",
75
  live=False,
76
  title='NBA regular season games outcome prediction',
77
+ description='IMPORTANT: The predictions generated by this AI tool are for informational purposes only and should not be considered as any type of advice. Past performance is not indicative of future results. This predictions are only for NBA regular season games.'
78
  )
79
 
80
  gui.launch()