Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ with gr.Blocks() as demo:
|
|
114 |
with gr.Tab("Query on columns with mistral"):
|
115 |
dd_source_ask = gr.Dropdown(label="Source Column(s)", multiselect=True)
|
116 |
tb_destcol = gr.Textbox(label="Destination column label (e.g. Summary, ELI5, PAB)")
|
117 |
-
dd_prompt = gr.Dropdown(label="Prompt", allow_custom_value=True, multiselect=False)
|
118 |
rd_llm = gr.Radio(["Mistral", "Claude", "Groq"], label="Choose your LLM")
|
119 |
with gr.Accordion("Filters", open=False):
|
120 |
with gr.Row():
|
|
|
114 |
with gr.Tab("Query on columns with mistral"):
|
115 |
dd_source_ask = gr.Dropdown(label="Source Column(s)", multiselect=True)
|
116 |
tb_destcol = gr.Textbox(label="Destination column label (e.g. Summary, ELI5, PAB)")
|
117 |
+
dd_prompt = gr.Dropdown(label="Prompt", allow_custom_value=True, multiselect=False, interactive=True)
|
118 |
rd_llm = gr.Radio(["Mistral", "Claude", "Groq"], label="Choose your LLM")
|
119 |
with gr.Accordion("Filters", open=False):
|
120 |
with gr.Row():
|