awacke1 commited on
Commit
ab21ad5
β€’
1 Parent(s): 0d698e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
 
3
 
4
- st.Markdown(```
5
 
6
  # Artificial Intelligence (AI) Overview
7
 
@@ -185,4 +185,4 @@ st.Markdown(```
185
  - [GitHub Copilot](https://en.wikipedia.org/wiki/GitHub_Copilot) πŸ€–
186
  - [OpenAI API](https://en.wikipedia.org/wiki/OpenAI#API_platform) 🌐
187
 
188
- ```)
 
1
  import streamlit as st
2
 
3
 
4
+ st.Markdown("""
5
 
6
  # Artificial Intelligence (AI) Overview
7
 
 
185
  - [GitHub Copilot](https://en.wikipedia.org/wiki/GitHub_Copilot) πŸ€–
186
  - [OpenAI API](https://en.wikipedia.org/wiki/OpenAI#API_platform) 🌐
187
 
188
+ """)