Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def parse_links(prompt):
|
|
73 |
return {"error": str(e)}
|
74 |
except Exception as e:
|
75 |
return {"error": str(e)}
|
76 |
-
def clear:
|
77 |
links_output = ""
|
78 |
return
|
79 |
|
|
|
73 |
return {"error": str(e)}
|
74 |
except Exception as e:
|
75 |
return {"error": str(e)}
|
76 |
+
def clear():
|
77 |
links_output = ""
|
78 |
return
|
79 |
|