Patrick Walukagga commited on
Commit
541ad09
·
2 Parent(s): 64ab4c9 5131a9a

resolve merge conflict

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. app.py +0 -1
  3. study_files.json +5 -0
README.md CHANGED
@@ -220,4 +220,4 @@ Then look for the outputs to the link for the deployed application.
220
  ```sh
221
  chmod u+x bin/cfn/*
222
  ./bin/cfn/ecs-deploy
223
- ```
 
220
  ```sh
221
  chmod u+x bin/cfn/*
222
  ./bin/cfn/ecs-deploy
223
+ ```
app.py CHANGED
@@ -376,7 +376,6 @@ def chat_response(
376
  def create_gr_interface() -> gr.Blocks:
377
  """Create and configure the Gradio interface for the RAG platform."""
378
  global zotero_library_id
379
-
380
  with gr.Blocks(theme=gr.themes.Base()) as demo:
381
  gr.Markdown("# ACRES RAG Platform")
382
 
 
376
  def create_gr_interface() -> gr.Blocks:
377
  """Create and configure the Gradio interface for the RAG platform."""
378
  global zotero_library_id
 
379
  with gr.Blocks(theme=gr.themes.Base()) as demo:
380
  gr.Markdown("# ACRES RAG Platform")
381
 
study_files.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "Vaccine coverage": "data/vaccine_coverage_zotero_items.json",
3
+ "Ebola Virus": "data/ebola_virus_zotero_items.json",
4
+ "GeneXpert": "data/gene_xpert_zotero_items.json"
5
+ }