mgokg commited on
Commit
1d3c45e
·
verified ·
1 Parent(s): 8ce578c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import gradio as gr
2
  import requests
3
  from bs4 import BeautifulSoup
4
  from urllib.parse import urljoin
 
5
 
6
  def parse_links(prompt):
7
  #anfrage ='fill in the missing contact information. do not reference the json object. do not use html tags inside the json object. it must be valid json. do not return explanaitons or any other text. thanks for your efforts:)'
 
2
  import requests
3
  from bs4 import BeautifulSoup
4
  from urllib.parse import urljoin
5
+ import json
6
 
7
  def parse_links(prompt):
8
  #anfrage ='fill in the missing contact information. do not reference the json object. do not use html tags inside the json object. it must be valid json. do not return explanaitons or any other text. thanks for your efforts:)'