Muthuraja18 commited on
Commit
cdc107e
·
verified ·
1 Parent(s): da3f816
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import pandas as pd
2
  import streamlit as st
3
  import random
4
  import uuid
 
5
  import json
6
  import time
7
  import requests # For calling the Groq API
 
2
  import streamlit as st
3
  import random
4
  import uuid
5
+ import os
6
  import json
7
  import time
8
  import requests # For calling the Groq API