ramiroluo commited on
Commit
6c5153f
1 Parent(s): aed133e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def display_results(results, setting='avg', rank_metric='Entailment(↓)', is_au
99
  if __name__ == '__main__':
100
  st.set_page_config(layout='wide')
101
  st.title('LLMHallucination Leaderboard')
102
- st.write('[GitHub repo of HalluChecker](https://github.com/LuoXiaoHeics/LLMHallucination)')
103
 
104
  tab1 = st.tabs(['Auto-checked Leaderboard'])[0]
105
  with tab1:
 
99
  if __name__ == '__main__':
100
  st.set_page_config(layout='wide')
101
  st.title('LLMHallucination Leaderboard')
102
+ st.write('[GitHub repo of LLMHallucination](https://github.com/LuoXiaoHeics/LLMHallucination)')
103
 
104
  tab1 = st.tabs(['Auto-checked Leaderboard'])[0]
105
  with tab1: