Update app.py
Browse files
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("#
|
80 |
-
gr.Markdown("Enter a query to receive
|
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)
|