Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -357,8 +357,8 @@ def create_interface():
|
|
357 |
cleaned_text = processor.advanced_text_cleaning(text results.append({
|
358 |
'source': 'direct_input',
|
359 |
'content': cleaned_text,
|
360 |
-
'timestamp': datetime.now().isoformat()
|
361 |
-
})
|
362 |
|
363 |
# Generate output
|
364 |
if results:
|
|
|
357 |
cleaned_text = processor.advanced_text_cleaning(text results.append({
|
358 |
'source': 'direct_input',
|
359 |
'content': cleaned_text,
|
360 |
+
'timestamp': datetime.now().isoformat()
|
361 |
+
}))
|
362 |
|
363 |
# Generate output
|
364 |
if results:
|