Bnava13 commited on
Commit
9045b0f
·
verified ·
1 Parent(s): b71bad3

Changed title and description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -94,8 +94,8 @@ demo = gr.Interface(
94
  fn=recommend_and_score,
95
  inputs=gr.Textbox(lines=1, placeholder="Enter your favorite game"),
96
  outputs="text",
97
- title="Steam Game Recommender (Optimized Scikit-Learn Version)",
98
- description="Enter a game name and get high-accuracy recommendations! 🚀"
99
  )
100
 
101
  demo.launch()
 
94
  fn=recommend_and_score,
95
  inputs=gr.Textbox(lines=1, placeholder="Enter your favorite game"),
96
  outputs="text",
97
+ title="Steam Video Game Recommender",
98
+ description="Enter a game name and get some recommendations!"
99
  )
100
 
101
  demo.launch()