Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kapilmi
/
AI-lab
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kapilmi
commited on
May 14, 2023
Commit
323e461
·
1 Parent(s):
5548523
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -49,7 +49,9 @@ def main():
49
print(cb)
50
51
st.write(response)
52
-
st.write(
'\nContext: 'docs)
53
54
55
49
print(cb)
50
51
st.write(response)
52
+
st.write(
pd.DataFrame({
53
+
'Matching texts:': docs
54
+
}))
55
56
57