Update app.py
Browse files
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("
|
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 = {
|