abhi1nandy2 commited on
Commit
a2f4ff8
·
verified ·
1 Parent(s): 9040cf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -5,6 +5,8 @@ import requests
5
  from bs4 import BeautifulSoup
6
  from bs4.element import Comment
7
 
 
 
8
  def get_text_from_url(url):
9
  response = requests.get(url)
10
  soup = BeautifulSoup(response.text, 'html.parser')
 
5
  from bs4 import BeautifulSoup
6
  from bs4.element import Comment
7
 
8
+ gr.Markdown("## Might show a tad bit of hallucination")
9
+
10
  def get_text_from_url(url):
11
  response = requests.get(url)
12
  soup = BeautifulSoup(response.text, 'html.parser')