Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ with gr.Blocks() as demo:
|
|
| 15 |
with gr.Row():
|
| 16 |
with gr.Column():
|
| 17 |
book_name_input = gr.Textbox(label="Enter a Book Title", placeholder="Type the book name...")
|
| 18 |
-
dataset_path_input = gr.Textbox(label="Dataset Path", placeholder="Enter path to dataset", value="
|
| 19 |
submit_btn = gr.Button(value="Get Recommendations")
|
| 20 |
with gr.Column():
|
| 21 |
# Output for the recommended books
|
|
|
|
| 15 |
with gr.Row():
|
| 16 |
with gr.Column():
|
| 17 |
book_name_input = gr.Textbox(label="Enter a Book Title", placeholder="Type the book name...")
|
| 18 |
+
dataset_path_input = gr.Textbox(label="Dataset Path", placeholder="Enter path to dataset", value="books_summary.csv")
|
| 19 |
submit_btn = gr.Button(value="Get Recommendations")
|
| 20 |
with gr.Column():
|
| 21 |
# Output for the recommended books
|