rhea2809 commited on
Commit
2b5f693
·
verified ·
1 Parent(s): 1d15ffe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ class DataList:
23
 
24
  rows = []
25
  for row in self.table.itertuples():
26
- source = f'<a href="{row.URL}" target="_top">{row.Name}</a>' if isinstance(
27
  row.URL, str) else '{row.Name}'
28
  row = f'''
29
  <tr>
 
23
 
24
  rows = []
25
  for row in self.table.itertuples():
26
+ source = f'<a href="{row.URL}" target="_parent">{row.Name}</a>' if isinstance(
27
  row.URL, str) else '{row.Name}'
28
  row = f'''
29
  <tr>