mylesai commited on
Commit
41d79f3
·
verified ·
1 Parent(s): 701a1d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1030,7 +1030,7 @@ with gr.Blocks(theme=theme) as block:
1030
  # DNA LLM
1031
  This DNA chatbot uses the uploaded dna documents to answer questions
1032
  ''')
1033
- chat_llm = gr.Dropdown(llms, value=api_type, label='Choose LLM', info='Choose which LLM you want to use for content')
1034
  chatbot = gr.Chatbot()
1035
  msg = gr.Textbox()
1036
  clear = gr.ClearButton([msg, chatbot])
 
1030
  # DNA LLM
1031
  This DNA chatbot uses the uploaded dna documents to answer questions
1032
  ''')
1033
+ chat_llm = gr.Radio(llms, value=api_type.value, label='Choose LLM', info='Choose which LLM you want to use for content')
1034
  chatbot = gr.Chatbot()
1035
  msg = gr.Textbox()
1036
  clear = gr.ClearButton([msg, chatbot])