Spaces:
Running
Running
Update app.py (#2)
Browse files- Update app.py (40b65f81e88297a7e6896d958a3bc82861d7f24c)
Co-authored-by: Mokshith <[email protected]>
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):
|