Engineer786 commited on
Commit
158b2d2
·
verified ·
1 Parent(s): e0664f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,7 +1,6 @@
1
  import streamlit as st
2
  from groq import Groq
3
  import time
4
- import matplotlib.pyplot as plt
5
 
6
  API_KEY = "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"
7
 
@@ -24,7 +23,7 @@ def get_model_response(prompt):
24
  return f"An error occurred: {str(e)}"
25
 
26
  # Streamlit App
27
- st.set_page_config(page_title="AI Chat Interface", page_icon="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRDtq0iX3NP1eu6DiEnnmm1moWENvPHYNsMZQ&s", layout="wide")
28
 
29
  # Add a header with logo (optional)
30
  st.markdown("""
 
1
  import streamlit as st
2
  from groq import Groq
3
  import time
 
4
 
5
  API_KEY = "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"
6
 
 
23
  return f"An error occurred: {str(e)}"
24
 
25
  # Streamlit App
26
+ st.set_page_config(page_title="AI Chat Interface", page_icon=https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRDtq0iX3NP1eu6DiEnnmm1moWENvPHYNsMZQ&s, layout="wide")
27
 
28
  # Add a header with logo (optional)
29
  st.markdown("""