Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,6 @@ import json
|
|
12 |
import uuid # π² For generating unique IDs
|
13 |
from urllib.parse import quote # π For encoding URLs
|
14 |
from gradio_client import Client # π For connecting to Gradio apps
|
15 |
-
import markdown # π For parsing markdown content
|
16 |
from bs4 import BeautifulSoup # π² For parsing HTML content
|
17 |
|
18 |
# π Welcome to our fun-filled Cosmos DB and GitHub Integration app!
|
|
|
12 |
import uuid # π² For generating unique IDs
|
13 |
from urllib.parse import quote # π For encoding URLs
|
14 |
from gradio_client import Client # π For connecting to Gradio apps
|
|
|
15 |
from bs4 import BeautifulSoup # π² For parsing HTML content
|
16 |
|
17 |
# π Welcome to our fun-filled Cosmos DB and GitHub Integration app!
|