Samarth991 commited on
Commit
e30b827
1 Parent(s): 8da2c81

adding chatbot with advanced options

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -151,7 +151,6 @@ with gr.Blocks(css=css) as demo:
151
 
152
  with gr.Column():
153
  with gr.Box():
154
- gr.Row()
155
  LLM_option = gr.Dropdown(['HuggingFace','OpenAI'],label='Large Language Model Selection',info='LLM Service')
156
  API_key = gr.Textbox(label="Add API key", type="password")
157
 
 
151
 
152
  with gr.Column():
153
  with gr.Box():
 
154
  LLM_option = gr.Dropdown(['HuggingFace','OpenAI'],label='Large Language Model Selection',info='LLM Service')
155
  API_key = gr.Textbox(label="Add API key", type="password")
156