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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import streamlit as st
4
  # HTML for embedding the second Streamlit app via an iframe
5
  st.markdown(
6
  """
 
7
  <iframe
8
  src="https://llama-3-70b-chatbot.streamlit.app/?embedded=true"
9
  style="width:100%; height:80vh; border:2px solid yellow; border-radius:10px;"
 
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;"