yuxindu commited on
Commit
a183291
·
1 Parent(s): 1b04cd1
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -82,7 +82,7 @@ def clear_file():
82
 
83
  st.image(Image.open('model/asset/overview back.png'), use_column_width=True)
84
 
85
- github_col, arxive_col, email_col = st.columns(3)
86
 
87
  with github_col:
88
  st.write('GitHub repo:https://github.com/BAAI-DCAI/SegVol')
@@ -90,8 +90,6 @@ with github_col:
90
  with arxive_col:
91
  st.write('arXiv:https://arxiv.org/abs/2311.13385')
92
 
93
- with email_col:
94
- st.write('Email(for bug report):yuxindu444@gmail.com')
95
 
96
  # modify demo case here
97
  demo_type = st.radio(
 
82
 
83
  st.image(Image.open('model/asset/overview back.png'), use_column_width=True)
84
 
85
+ github_col, arxive_col = st.columns(2)
86
 
87
  with github_col:
88
  st.write('GitHub repo:https://github.com/BAAI-DCAI/SegVol')
 
90
  with arxive_col:
91
  st.write('arXiv:https://arxiv.org/abs/2311.13385')
92
 
 
 
93
 
94
  # modify demo case here
95
  demo_type = st.radio(