Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ os.environ["HUGGINGFACEHUB_API_TOKEN"] = HUGGINGFACEHUB_API_TOKEN
|
|
135 |
##############################################
|
136 |
#wenn löschen Button geklickt
|
137 |
def clear_all():
|
138 |
-
return
|
139 |
|
140 |
##############################################
|
141 |
#History - die Frage oder das File eintragen...
|
|
|
135 |
##############################################
|
136 |
#wenn löschen Button geklickt
|
137 |
def clear_all():
|
138 |
+
return None, gr.Image(visible=False)
|
139 |
|
140 |
##############################################
|
141 |
#History - die Frage oder das File eintragen...
|