Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,50 +1,3 @@
|
|
1 |
-
|
2 |
-
Hugging Face
|
3 |
-
|
4 |
-
Models
|
5 |
-
Datasets
|
6 |
-
Spaces
|
7 |
-
Posts
|
8 |
-
Docs
|
9 |
-
Pricing
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
Spaces:
|
14 |
-
|
15 |
-
GenAICoder
|
16 |
-
/
|
17 |
-
MultiPDFChatbot
|
18 |
-
|
19 |
-
|
20 |
-
like
|
21 |
-
15
|
22 |
-
Running
|
23 |
-
App
|
24 |
-
Files
|
25 |
-
Community
|
26 |
-
|
27 |
-
main
|
28 |
-
MultiPDFChatbot
|
29 |
-
/
|
30 |
-
app.py
|
31 |
-
|
32 |
-
|
33 |
-
GenAICoder
|
34 |
-
Update app.py
|
35 |
-
7849b3b
|
36 |
-
VERIFIED
|
37 |
-
about 2 months ago
|
38 |
-
raw
|
39 |
-
|
40 |
-
Copy download link
|
41 |
-
history
|
42 |
-
blame
|
43 |
-
contribute
|
44 |
-
delete
|
45 |
-
No virus
|
46 |
-
|
47 |
-
6.59 kB
|
48 |
import streamlit as st
|
49 |
from langchain_community.llms import HuggingFaceHub
|
50 |
from langchain_core.runnables import RunnablePassthrough
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import streamlit as st
|
2 |
from langchain_community.llms import HuggingFaceHub
|
3 |
from langchain_core.runnables import RunnablePassthrough
|