Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Claimant
/
POMS-QA-GraphRAG
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
npc0
commited on
Aug 3, 2024
Commit
a1efe24
·
verified
·
1 Parent(s):
2580307
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
-
import streamlit as st
2
import subprocess
3
4
st.title("POMS-QA with Knowledge Graph enhancement")
5
1
import subprocess
2
+
import streamlit as st
3
+
import hmac
4
5
st.title("POMS-QA with Knowledge Graph enhancement")
6