Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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')
|