awacke1 commited on
Commit
ed0dc5f
Β·
verified Β·
1 Parent(s): 9ec8a42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,9 +7,9 @@ import streamlit.components.v1 as components
7
  # ---------------------------- Header and Introduction ----------------------------
8
 
9
  st.set_page_config(page_title="LLMs for Cyber Security", page_icon="πŸ”’", layout="wide", initial_sidebar_state="expanded")
10
- st.title("πŸ”’ LLMs for Cyber Security: State-of-the-Art Surveys")
11
  st.markdown("This app is based on the paper: [Large Language Models for Cyber Security](https://arxiv.org/pdf/2405.04760v3). It showcases LLMs in the cybersecurity landscape, summarizing key surveys and insights.")
12
-
13
  # ---------------------------- Data Preparation ----------------------------
14
 
15
  data = {
 
7
  # ---------------------------- Header and Introduction ----------------------------
8
 
9
  st.set_page_config(page_title="LLMs for Cyber Security", page_icon="πŸ”’", layout="wide", initial_sidebar_state="expanded")
10
+ st.title("πŸ”’πŸ“Š LLMs for Cyber Security: State-of-the-Art SurveysπŸ“ŠπŸ”’")
11
  st.markdown("This app is based on the paper: [Large Language Models for Cyber Security](https://arxiv.org/pdf/2405.04760v3). It showcases LLMs in the cybersecurity landscape, summarizing key surveys and insights.")
12
+ st.markdown('πŸ”’πŸ“Š https://arxiv.org/abs/2405.04760v3')
13
  # ---------------------------- Data Preparation ----------------------------
14
 
15
  data = {