rhea2809 commited on
Commit
28c51a3
·
verified ·
1 Parent(s): 446cd90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="_blank">{row.Name}</a>' if isinstance(
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>