Spaces:
Running
Running
Update app.py
#2
by
Moki2004
- opened
app.py
CHANGED
@@ -258,7 +258,7 @@ def validation(text):
|
|
258 |
result['validation'] = 'valid'
|
259 |
result['sentence'] = combined_sentence
|
260 |
|
261 |
-
return
|
262 |
|
263 |
|
264 |
def get_links(user_input):
|
|
|
258 |
result['validation'] = 'valid'
|
259 |
result['sentence'] = combined_sentence
|
260 |
|
261 |
+
return result
|
262 |
|
263 |
|
264 |
def get_links(user_input):
|