Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ import pandas as pd # New: Import pandas for Excel processing
|
|
| 15 |
# For Hugging Face Spaces, it's highly recommended to set this as a Space Secret
|
| 16 |
# named GROQ_API_KEY. If set as a secret, you can simply use:
|
| 17 |
# os.environ.get("GROQ_API_KEY")
|
| 18 |
-
os.environ["GROQ_API_KEY"] = "
|
| 19 |
|
| 20 |
# Global variable for QA chain
|
| 21 |
qa_chain = None
|
|
|
|
| 15 |
# For Hugging Face Spaces, it's highly recommended to set this as a Space Secret
|
| 16 |
# named GROQ_API_KEY. If set as a secret, you can simply use:
|
| 17 |
# os.environ.get("GROQ_API_KEY")
|
| 18 |
+
os.environ["GROQ_API_KEY"] = "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"
|
| 19 |
|
| 20 |
# Global variable for QA chain
|
| 21 |
qa_chain = None
|