Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ def websearch(prompt):
|
|
106 |
search_query = f"{prompt} antworte kurz und knapp. antworte auf deutsch. du findest die antwort hier: {result_text}"
|
107 |
result = predict(search_query)
|
108 |
|
109 |
-
|
110 |
return result
|
111 |
return result_text
|
112 |
return results
|
|
|
106 |
search_query = f"{prompt} antworte kurz und knapp. antworte auf deutsch. du findest die antwort hier: {result_text}"
|
107 |
result = predict(search_query)
|
108 |
|
109 |
+
display(Markdown(result))
|
110 |
return result
|
111 |
return result_text
|
112 |
return results
|