FareedKhan commited on
Commit
0c9dc58
1 Parent(s): 75ec126

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -4,11 +4,7 @@ import streamlit as st
4
  # HTML for embedding the second Streamlit app via an iframe
5
  st.markdown(
6
  """
7
- Created by [Fareed Khan](https://www.linkedin.com/in/fareed-khan-dev/)
8
- <iframe
9
- src="https://llama-3-70b-chatbot.streamlit.app/?embedded=true"
10
- style="width:100%; height:80vh; border:2px solid yellow; border-radius:10px;"
11
- </iframe>
12
  """,
13
  unsafe_allow_html=True,
14
  )
 
4
  # HTML for embedding the second Streamlit app via an iframe
5
  st.markdown(
6
  """
7
+ This app is under maintenance
 
 
 
 
8
  """,
9
  unsafe_allow_html=True,
10
  )