Samarth991 commited on
Commit
443f232
1 Parent(s): 8a825cf

adding sentence transformers

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks(css=css) as demo:
113
  LLM_option = gr.Dropdown(['HuggingFace','OpenAI'],label='Large Language Model Selection',info='LLM Service')
114
  API_key = gr.Textbox(label="Add {} API key".format(LLM_option), type="password")
115
  with gr.Column():
116
- with gr.row():
117
  file_extension = gr.Dropdown(FILE_EXT, label="File Extensions", info="Select your files extensions!")
118
  pdf_doc = gr.File(label="Upload File to start QA", file_types=FILE_EXT, type="file")
119
  with gr.Row():
 
113
  LLM_option = gr.Dropdown(['HuggingFace','OpenAI'],label='Large Language Model Selection',info='LLM Service')
114
  API_key = gr.Textbox(label="Add {} API key".format(LLM_option), type="password")
115
  with gr.Column():
116
+ with gr.Row():
117
  file_extension = gr.Dropdown(FILE_EXT, label="File Extensions", info="Select your files extensions!")
118
  pdf_doc = gr.File(label="Upload File to start QA", file_types=FILE_EXT, type="file")
119
  with gr.Row():