awacke1 commited on
Commit
67580ec
β€’
1 Parent(s): 5b9a0e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -6,17 +6,12 @@ st.markdown("""
6
  # πŸ“§ SMTP
7
  - Simple Mail Transfer Protocol: The standard protocol used for sending email messages over the internet. It defines how email clients and servers communicate and deliver messages.
8
 
9
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/G_8mUQTLXCxEy3MEPQgVW.png)
10
-
11
  # πŸ’¬ XMPP
12
  - Extensible Messaging and Presence Protocol: A communication protocol used for instant messaging, presence information, and contact list management. It allows for interoperability between different messaging platforms.
13
 
14
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/8t-gsZAn9a7-hDUS642gF.png)
15
-
16
  # 🌐 HTTP
17
  - **Hypertext Transfer Protocol**: The foundation of data communication on the World Wide Web. It defines how web browsers and servers exchange information, enabling the retrieval and display of web pages.
18
 
19
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/620630b603825909dcbeba35/PO815zKCWqbPmqnS8GKaV.png)
20
 
21
  """)
22
 
 
6
  # πŸ“§ SMTP
7
  - Simple Mail Transfer Protocol: The standard protocol used for sending email messages over the internet. It defines how email clients and servers communicate and deliver messages.
8
 
 
 
9
  # πŸ’¬ XMPP
10
  - Extensible Messaging and Presence Protocol: A communication protocol used for instant messaging, presence information, and contact list management. It allows for interoperability between different messaging platforms.
11
 
 
 
12
  # 🌐 HTTP
13
  - **Hypertext Transfer Protocol**: The foundation of data communication on the World Wide Web. It defines how web browsers and servers exchange information, enabling the retrieval and display of web pages.
14
 
 
15
 
16
  """)
17