Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ class DataList:
|
|
27 |
|
28 |
rows = []
|
29 |
for row in self.table.itertuples():
|
30 |
-
source = f'<a href="{row.URL}" target="
|
31 |
row.URL, str) else '{row.Name}'
|
32 |
row = f'''
|
33 |
<tr>
|
|
|
27 |
|
28 |
rows = []
|
29 |
for row in self.table.itertuples():
|
30 |
+
source = f'<a href="{row.URL}" target="_self">{row.Name}</a>' if isinstance(
|
31 |
row.URL, str) else '{row.Name}'
|
32 |
row = f'''
|
33 |
<tr>
|