mgokg commited on
Commit
2566216
·
verified ·
1 Parent(s): 4cbd1b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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