Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mohammed3536
/
llmquiz
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
mohammed3536
commited on
Feb 7, 2024
Commit
516d157
·
verified
·
1 Parent(s):
703c4df
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -97,6 +97,8 @@ def main():
97
st.error("Please upload a PDF document.")
98
99
if __name__ == "__main__":
100
101
102
97
st.error("Please upload a PDF document.")
98
99
if __name__ == "__main__":
100
+
main()
101
+
102
103
104