rohitmsan commited on
Commit
18dce3e
·
verified ·
1 Parent(s): 4b3b3ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="/books_summary.csv")
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