Update app.py
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ def infer_and_log(text_input):
|
|
199 |
except Exception as e:
|
200 |
print(f"Error uploading log: {e}")
|
201 |
|
202 |
-
return word_colors
|
203 |
|
204 |
def clear_fields():
|
205 |
return "", ""
|
|
|
199 |
except Exception as e:
|
200 |
print(f"Error uploading log: {e}")
|
201 |
|
202 |
+
return "".join(word_colors)
|
203 |
|
204 |
def clear_fields():
|
205 |
return "", ""
|