Update app.py
Browse files
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
|
| 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:
|