Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
| 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])
|