Muthukamalan commited on
Commit
623a78b
·
1 Parent(s): e565de0

update appy

Browse files
Files changed (2) hide show
  1. README.md +13 -0
  2. app.py +1 -2
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # ViT
2
  - GitHub source repo⭐:: [VitCiFar](https://github.com/Muthukamalan/VitCiFar)
3
 
 
1
+ ---
2
+ title: VizAttn
3
+ emoji: 🐈
4
+ colorFrom: red
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: 4.44.1
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ ---
12
+
13
+
14
  # ViT
15
  - GitHub source repo⭐:: [VitCiFar](https://github.com/Muthukamalan/VitCiFar)
16
 
app.py CHANGED
@@ -88,8 +88,7 @@ with gr.Blocks(
88
  with gr.Tab("README"):
89
  # Add a simple text description in the About tab
90
  with open("README.md", "r+") as file: readme_content = file.read()
91
- gr.Markdown(readme_content)
92
-
93
 
94
 
95
  if __name__=='__main__':
 
88
  with gr.Tab("README"):
89
  # Add a simple text description in the About tab
90
  with open("README.md", "r+") as file: readme_content = file.read()
91
+ gr.Markdown(readme_content[140:])
 
92
 
93
 
94
  if __name__=='__main__':