Update app.py
Browse files
app.py
CHANGED
@@ -207,7 +207,8 @@ def infer_and_log(text_input):
|
|
207 |
except Exception as e:
|
208 |
print(f"Error uploading log: {e}")
|
209 |
|
210 |
-
return
|
|
|
211 |
|
212 |
def clear_fields():
|
213 |
return "", ""
|
|
|
207 |
except Exception as e:
|
208 |
print(f"Error uploading log: {e}")
|
209 |
|
210 |
+
return json.dumps(word_tags, indent=2)
|
211 |
+
|
212 |
|
213 |
def clear_fields():
|
214 |
return "", ""
|