Samarth991 commited on
Commit
311ca6a
·
1 Parent(s): 381400d

adding video examples as Radio and linking to fn

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks(css=css) as demo:
143
  gr.HTML(title)
144
 
145
  with gr.Column():
146
- with gr.Box():
147
  LLM_option = gr.Dropdown(['HuggingFace','OpenAI'],label='Large Language Model Selection')
148
  API_key = gr.Textbox(label="Add API key", type="password",autofocus=True)
149
 
 
143
  gr.HTML(title)
144
 
145
  with gr.Column():
146
+ with gr.Row():
147
  LLM_option = gr.Dropdown(['HuggingFace','OpenAI'],label='Large Language Model Selection')
148
  API_key = gr.Textbox(label="Add API key", type="password",autofocus=True)
149