Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import os
|
2 |
import streamlit as st
|
3 |
from groq import Groq
|
|
|
4 |
from googletrans import Translator
|
5 |
|
6 |
# Function to get recommendations from Groq AI based on user input
|
|
|
1 |
import os
|
2 |
import streamlit as st
|
3 |
from groq import Groq
|
4 |
+
import asyncio
|
5 |
from googletrans import Translator
|
6 |
|
7 |
# Function to get recommendations from Groq AI based on user input
|