Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ iface = gr.Interface(
|
|
49 |
"images/Zederapfel1.JPG",
|
50 |
"images/Zederapfel2.JPG",
|
51 |
"images/Zederapfel3.JPG"],
|
52 |
-
description="
|
53 |
|
54 |
iface.launch()
|
55 |
|
|
|
49 |
"images/Zederapfel1.JPG",
|
50 |
"images/Zederapfel2.JPG",
|
51 |
"images/Zederapfel3.JPG"],
|
52 |
+
description="Applikation zur Überwachung der Gesundheit von Apfelbäumen")
|
53 |
|
54 |
iface.launch()
|
55 |
|