saherPervaiz commited on
Commit
7e59ea5
·
verified ·
1 Parent(s): 9b26642

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -13,11 +13,11 @@ if not groq_api_key:
13
  st.stop()
14
 
15
  # Initialize the GROQ client with the fetched API key
16
- try:
17
- groq_client = Groq(api_key=groq_api_key)
18
- except Exception as e:
19
- st.error(f"Error initializing GROQ client: {e}")
20
- st.stop()
21
 
22
  # Function to load and preprocess data
23
  @st.cache_data
 
13
  st.stop()
14
 
15
  # Initialize the GROQ client with the fetched API key
16
+ # try:
17
+ # groq_client = Groq(api_key=groq_api_key)
18
+ # except Exception as e:
19
+ # st.error(f"Error initializing GROQ client: {e}")
20
+ # st.stop()
21
 
22
  # Function to load and preprocess data
23
  @st.cache_data