Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ if __name__ == "__main__":
|
|
106 |
label="Example:",
|
107 |
)
|
108 |
gr.Markdown(
|
109 |
-
"You can find code and dataset at [MTech Thesis Project](https://github.com/Amir22010)"
|
110 |
)
|
111 |
asde_dataset_ids = gr.Radio(
|
112 |
choices=[
|
@@ -156,8 +156,7 @@ if __name__ == "__main__":
|
|
156 |
],
|
157 |
)
|
158 |
gr.Markdown(
|
159 |
-
"""###
|
160 |
-
### Author: [Amir Khan](https://github.com/Amir22010)
|
161 |
"""
|
162 |
)
|
163 |
|
|
|
106 |
label="Example:",
|
107 |
)
|
108 |
gr.Markdown(
|
109 |
+
"You can find code and dataset at [MTech Thesis Project 2023](https://github.com/Amir22010/MTP_Thesis_Project_2023/tree/main)"
|
110 |
)
|
111 |
asde_dataset_ids = gr.Radio(
|
112 |
choices=[
|
|
|
156 |
],
|
157 |
)
|
158 |
gr.Markdown(
|
159 |
+
"""### Author: [Amir Khan](https://github.com/Amir22010)
|
|
|
160 |
"""
|
161 |
)
|
162 |
|