Spaces:
Runtime error
Runtime error
Commit ·
996327f
1
Parent(s): ffd8c7e
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,6 +50,7 @@ RemoteReader = download_loader("RemoteReader")
|
|
| 50 |
|
| 51 |
loader = RemoteReader()
|
| 52 |
|
|
|
|
| 53 |
document1 = loader.load_data(url="https://raw.githubusercontent.com/Akhil-Sharma30/Akhil-Sharma30.github.io/main/assets/README.md")
|
| 54 |
document2 = loader.load_data(url="https://raw.githubusercontent.com/Akhil-Sharma30/Akhil-Sharma30.github.io/main/content/about.md")
|
| 55 |
document3 = loader.load_data(url="https://raw.githubusercontent.com/Akhil-Sharma30/Akhil-Sharma30.github.io/main/content/cv.md")
|
|
|
|
| 50 |
|
| 51 |
loader = RemoteReader()
|
| 52 |
|
| 53 |
+
|
| 54 |
document1 = loader.load_data(url="https://raw.githubusercontent.com/Akhil-Sharma30/Akhil-Sharma30.github.io/main/assets/README.md")
|
| 55 |
document2 = loader.load_data(url="https://raw.githubusercontent.com/Akhil-Sharma30/Akhil-Sharma30.github.io/main/content/about.md")
|
| 56 |
document3 = loader.load_data(url="https://raw.githubusercontent.com/Akhil-Sharma30/Akhil-Sharma30.github.io/main/content/cv.md")
|