Tesneem commited on
Commit
22e128d
·
verified ·
1 Parent(s): 83bd872

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,8 +76,8 @@ def update_inputs(input_type):
76
  elif input_type == "Both":
77
  return gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
78
  with gr.Blocks() as demo:
79
- gr.Markdown("# Netflix Recommendation System")
80
- gr.Markdown("Enter a query to receive Netflix show recommendations based on title, description, and genre.")
81
 
82
  input_type = gr.Radio(["Image", "Text", "Both"], label="Select Input Type", type="value")
83
  response_type=gr.Dropdown(choices=[3,5,10,25], type="value", label="Select Response Amount", visible=False)
 
76
  elif input_type == "Both":
77
  return gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
78
  with gr.Blocks() as demo:
79
+ gr.Markdown("# Dog Breed Recommendation System")
80
+ gr.Markdown("Enter a query to receive dog breed recommendations based on description, temperament, trainability, and demeanor.")
81
 
82
  input_type = gr.Radio(["Image", "Text", "Both"], label="Select Input Type", type="value")
83
  response_type=gr.Dropdown(choices=[3,5,10,25], type="value", label="Select Response Amount", visible=False)