Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,6 +2,8 @@ import streamlit as st
|
|
| 2 |
|
| 3 |
from langchain_huggingface import HuggingFaceEndpoint
|
| 4 |
|
|
|
|
|
|
|
| 5 |
api_key = os.environ.get("HUGGINGFACEHUB_API_TOKEN")
|
| 6 |
|
| 7 |
def load_answer(question):
|
|
|
|
| 2 |
|
| 3 |
from langchain_huggingface import HuggingFaceEndpoint
|
| 4 |
|
| 5 |
+
import os
|
| 6 |
+
|
| 7 |
api_key = os.environ.get("HUGGINGFACEHUB_API_TOKEN")
|
| 8 |
|
| 9 |
def load_answer(question):
|