Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ def analyze_symptoms(text_input, image_input , temperature=0.7, top_p=0.6 ):
|
|
| 69 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 70 |
|
| 71 |
# Header
|
| 72 |
-
gr.Markdown("# 🏥
|
| 73 |
gr.Markdown("Describe your symptoms and upload an image (e.g., a rash, sore throat) for preliminary analysis.")
|
| 74 |
|
| 75 |
# Layout: Use a Row to put inputs side-by-side (on large screens)
|
|
|
|
| 69 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 70 |
|
| 71 |
# Header
|
| 72 |
+
gr.Markdown("# 🏥 Google Gemini ")
|
| 73 |
gr.Markdown("Describe your symptoms and upload an image (e.g., a rash, sore throat) for preliminary analysis.")
|
| 74 |
|
| 75 |
# Layout: Use a Row to put inputs side-by-side (on large screens)
|