amir22010 commited on
Commit
9a91428
·
1 Parent(s): ac52f8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- """### GitHub Repo: [MTech Thesis Project](https://github.com/Amir22010)
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