Spaces:
Running
Running
AINovice2005
commited on
Commit
•
b6c6f81
1
Parent(s):
4029298
Update app.py
Browse files
app.py
CHANGED
@@ -2,8 +2,8 @@ import gradio as gr
|
|
2 |
|
3 |
# A dictionary to store website names and their URLs
|
4 |
WEBSITES = {
|
5 |
-
"
|
6 |
-
"
|
7 |
}
|
8 |
|
9 |
def open_website(website_name):
|
|
|
2 |
|
3 |
# A dictionary to store website names and their URLs
|
4 |
WEBSITES = {
|
5 |
+
"Extended List": "https://aman.ai/primers/ai/top-30-papers/",
|
6 |
+
"Original List": "https://arc.net/folder/D0472A20-9C20-4D3F-B145-D2865C0A9FEE",
|
7 |
}
|
8 |
|
9 |
def open_website(website_name):
|