rithvik55352545 commited on
Commit
ab8d9b6
·
verified ·
1 Parent(s): 3669869

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def update_inputs(input_type):
77
  elif input_type == "Both":
78
  return gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
79
  with gr.Blocks() as demo:
80
- gr.Markdown("# Netflix Recommendation System")
81
  gr.Markdown("Enter a query to receive Netflix show recommendations based on title, description, and genre.")
82
 
83
  input_type = gr.Radio(["Image", "Text", "Both"], label="Select Input Type", type="value")
 
77
  elif input_type == "Both":
78
  return gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
79
  with gr.Blocks() as demo:
80
+ gr.Markdown("# System")
81
  gr.Markdown("Enter a query to receive Netflix show recommendations based on title, description, and genre.")
82
 
83
  input_type = gr.Radio(["Image", "Text", "Both"], label="Select Input Type", type="value")