Update app.py
Browse files
app.py
CHANGED
@@ -333,8 +333,7 @@ print(llm_ans(query))
|
|
333 |
import locale
|
334 |
locale.getpreferredencoding = lambda: "UTF-8"
|
335 |
|
336 |
-
|
337 |
-
clear_output()
|
338 |
|
339 |
def predict(message, history):
|
340 |
# output = message # debug mode
|
|
|
333 |
import locale
|
334 |
locale.getpreferredencoding = lambda: "UTF-8"
|
335 |
|
336 |
+
|
|
|
337 |
|
338 |
def predict(message, history):
|
339 |
# output = message # debug mode
|