BishanSingh246 commited on
Commit
faf225d
1 Parent(s): 2efdfac

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -105,11 +105,7 @@ with gr.Blocks(css=css_style) as demo:
105
  with gr.Tab('File Upload'):
106
  uploaded_files = gr.File(
107
  label="Your Documents Upload (PDF or txt)", file_count="multiple", )
108
- with gr.Tab('Github Repo'):
109
- gh_repo = gr.Textbox(
110
- label="Github Repo", placeholder="whitead/paper-qa")
111
- download = gr.Button("Download Repo")
112
-
113
  with gr.Accordion("See Docs:", open=False):
114
  dataset = gr.Dataframe(
115
  headers=["filepath", "citation string", "key"],
 
105
  with gr.Tab('File Upload'):
106
  uploaded_files = gr.File(
107
  label="Your Documents Upload (PDF or txt)", file_count="multiple", )
108
+
 
 
 
 
109
  with gr.Accordion("See Docs:", open=False):
110
  dataset = gr.Dataframe(
111
  headers=["filepath", "citation string", "key"],