rca123456 commited on
Commit
f2677a3
·
verified ·
1 Parent(s): f43e24c

Rename novacore_groq_chat_bot.py to app.py

Browse files
novacore_groq_chat_bot.py → app.py RENAMED
@@ -9,12 +9,12 @@ Original file is located at
9
  #Install Packages
10
  """
11
 
12
- pip install groq
13
 
14
- pip install gradio
15
 
16
  """# Import the Packages"""
17
 
 
 
18
  import gradio
19
  from groq import Groq
20
 
 
9
  #Install Packages
10
  """
11
 
 
12
 
 
13
 
14
  """# Import the Packages"""
15
 
16
+ import os
17
+
18
  import gradio
19
  from groq import Groq
20