Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ with gr.Blocks(title="Chest X-Ray Disease Classification", css="") as demo:
|
|
| 22 |
with gr.Row():
|
| 23 |
textmd = gr.Markdown('''
|
| 24 |
# Chest X-Ray Disease Classification
|
| 25 |
-
View the training code at <a href="https://www.
|
| 26 |
''')
|
| 27 |
with gr.Row():
|
| 28 |
with gr.Column(scale=1, min_width=600):
|
|
|
|
| 22 |
with gr.Row():
|
| 23 |
textmd = gr.Markdown('''
|
| 24 |
# Chest X-Ray Disease Classification
|
| 25 |
+
View the full training code at <a href="https://www.kaggle.com/code/mushfirat/chest-x-ray-disease-classification"><b>kaggle</b></a>
|
| 26 |
''')
|
| 27 |
with gr.Row():
|
| 28 |
with gr.Column(scale=1, min_width=600):
|