zej97 commited on
Commit
70044d0
·
1 Parent(s): fe6a1fe

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: AI-Research-Assistant
3
  app_file: app.py
4
  sdk: gradio
5
  sdk_version: 3.38.0
 
1
  ---
2
+ title: AI-Research-Assistant-Beta
3
  app_file: app.py
4
  sdk: gradio
5
  sdk_version: 3.38.0
app.py CHANGED
@@ -119,4 +119,4 @@ with gr.Blocks(theme=gr.themes.Base(),
119
  with gr.Tab("📑Literature Review"):
120
  gr.HTML(literature_review_html)
121
 
122
- demo.queue().launch()
 
119
  with gr.Tab("📑Literature Review"):
120
  gr.HTML(literature_review_html)
121
 
122
+ demo.queue().launch(auth=("jiejin", "jinjie1207"))