Spaces:
Running
Running
Commit
·
3d0c10c
1
Parent(s):
b279b31
UX and example
Browse files
app.py
CHANGED
|
@@ -57,7 +57,6 @@ def classify_text(text):
|
|
| 57 |
if not text.strip():
|
| 58 |
result_message = (
|
| 59 |
f"---- \n"
|
| 60 |
-
f"**Results will appear here...**"
|
| 61 |
)
|
| 62 |
return result_message
|
| 63 |
|
|
|
|
| 57 |
if not text.strip():
|
| 58 |
result_message = (
|
| 59 |
f"---- \n"
|
|
|
|
| 60 |
)
|
| 61 |
return result_message
|
| 62 |
|