cloud-sean commited on
Commit
1a6ec3a
·
1 Parent(s): a89e9f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -131,10 +131,7 @@ with gr.Blocks(css=css_style) as demo:
131
  with gr.Tab('File Upload'):
132
  uploaded_files = gr.File(
133
  label="Your Documents Upload (PDF or txt)", file_count="multiple", )
134
- with gr.Tab('Github Repo'):
135
- gh_repo = gr.Textbox(
136
- label="Github Repo", placeholder="whitead/paper-qa")
137
- download = gr.Button("Download Repo")
138
 
139
  with gr.Accordion("See Docs:", open=False):
140
  dataset = gr.Dataframe(
 
131
  with gr.Tab('File Upload'):
132
  uploaded_files = gr.File(
133
  label="Your Documents Upload (PDF or txt)", file_count="multiple", )
134
+
 
 
 
135
 
136
  with gr.Accordion("See Docs:", open=False):
137
  dataset = gr.Dataframe(