Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
from
|
4 |
|
5 |
#Function to return the response
|
6 |
def load_answer(question):
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
+
from langchain_community.llms import HuggingFaceHub
|
4 |
|
5 |
#Function to return the response
|
6 |
def load_answer(question):
|