Update app.py
Browse files
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
|
| 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()
|