Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
f2f7cc0
1
Parent(s):
aa57662
debug
Browse files- semsearchDbgUI.py +1 -1
semsearchDbgUI.py
CHANGED
@@ -20,7 +20,7 @@ userTextArea = st.empty()
|
|
20 |
ragPromptTextArea = st.empty()
|
21 |
responseTextArea = st.empty()
|
22 |
selectRag = st.checkbox("Enable Query With RAG",value=False,key="selectRag",help=None,on_change=None,args=None,kwargs=None,disabled=False,label_visibility="visible")
|
23 |
-
submitButton = st.button(label,key=None,help=None,on_click=on_submitButton_clicked,args=None,kwargs=None
|
24 |
|
25 |
|
26 |
def runLLM(prompt):
|
|
|
20 |
ragPromptTextArea = st.empty()
|
21 |
responseTextArea = st.empty()
|
22 |
selectRag = st.checkbox("Enable Query With RAG",value=False,key="selectRag",help=None,on_change=None,args=None,kwargs=None,disabled=False,label_visibility="visible")
|
23 |
+
submitButton = st.button(label,key=None,help=None,on_click=on_submitButton_clicked,args=None,kwargs=None,type="secondary",disabled=False,use_container_width=False)
|
24 |
|
25 |
|
26 |
def runLLM(prompt):
|