saherPervaiz commited on
Commit
3d0613b
·
verified ·
1 Parent(s): 8a3b01d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -3,6 +3,8 @@ import os
3
  from groq import Groq
4
  from googletrans import Translator
5
  import asyncio
 
 
6
 
7
  # Function to get recommendations from Groq AI based on user input
8
  def get_opportunities(user_interests, user_skills, user_location):
 
3
  from groq import Groq
4
  from googletrans import Translator
5
  import asyncio
6
+ from groq.client import Client as GroqClient
7
+
8
 
9
  # Function to get recommendations from Groq AI based on user input
10
  def get_opportunities(user_interests, user_skills, user_location):