bharathmunakala commited on
Commit
f659cd6
Β·
verified Β·
1 Parent(s): 3ed5f1f

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -28,7 +28,7 @@ async def run_adk(r, sid, q):
28
  def main():
29
  st.set_page_config(page_title="Search", page_icon="πŸ”", layout="wide");
30
  st.markdown(
31
- f'<h1><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Google_2015_logo.svg/1200px-Google_2015_logo.svg.png" width="135"/> Agent Development Kit <img src="https://cdn-images-1.medium.com/v2/resize:fill:1600:480/gravity:fp:0.5:0.4/1*A4-k_sI5kmrphjS4tJ_rpA.png" width="70"/><img src="https://images.seeklogo.com/logo-png/44/2/streamlit-logo-png_seeklogo-441815.png" width="60"/></h1>',
32
  unsafe_allow_html=True
33
  )
34
  if not os.environ.get("GOOGLE_API_KEY"): st.error("API Key missing!"); st.stop()
 
28
  def main():
29
  st.set_page_config(page_title="Search", page_icon="πŸ”", layout="wide");
30
  st.markdown(
31
+ f'<h1><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Google_2015_logo.svg/1200px-Google_2015_logo.svg.png" width="135"/> Agent Development Kit <img src="https://images.seeklogo.com/logo-png/44/2/streamlit-logo-png_seeklogo-441815.png" width="60"/></h1>',
32
  unsafe_allow_html=True
33
  )
34
  if not os.environ.get("GOOGLE_API_KEY"): st.error("API Key missing!"); st.stop()