Update app.py
Browse files
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("#
|
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")
|