Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -193,7 +193,7 @@ async def run_function_on_text(top_k,study_obj,study_type,phase,purpose,allocati
|
|
| 193 |
|
| 194 |
formatted_trial = [
|
| 195 |
n,
|
| 196 |
-
f'<a href="https://clinicaltrials.gov/study/{nct_id}">{nct_id}</a>',
|
| 197 |
study_name,
|
| 198 |
condition,
|
| 199 |
intervention
|
|
|
|
| 193 |
|
| 194 |
formatted_trial = [
|
| 195 |
n,
|
| 196 |
+
f'<a href="https://clinicaltrials.gov/study/{nct_id}"><u>{nct_id}</u></a>',
|
| 197 |
study_name,
|
| 198 |
condition,
|
| 199 |
intervention
|