Spaces:
Runtime error
Runtime error
Changed title and description
Browse files
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
|
| 98 |
-
description="Enter a game name and get
|
| 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()
|