alanbarret
commited on
Commit
·
32574c1
1
Parent(s):
40ba08a
updated readme
Browse files
README.md
CHANGED
@@ -56,3 +56,17 @@ python3 -m streamlit run main.py
|
|
56 |
### Limitations
|
57 |
|
58 |
ResearchPaper may generate placeholder content or information that requires verification. It is recommended to use ResearchPaper for drafting research papers and then refine the content with verified information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
### Limitations
|
57 |
|
58 |
ResearchPaper may generate placeholder content or information that requires verification. It is recommended to use ResearchPaper for drafting research papers and then refine the content with verified information.
|
59 |
+
|
60 |
+
---
|
61 |
+
title: Research Paper Generator
|
62 |
+
emoji: 🏃
|
63 |
+
colorFrom: blue
|
64 |
+
colorTo: green
|
65 |
+
sdk: streamlit
|
66 |
+
sdk_version: 1.36.0
|
67 |
+
app_file: app.py
|
68 |
+
pinned: false
|
69 |
+
license: apache-2.0
|
70 |
+
---
|
71 |
+
|
72 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|