amiguel commited on
Commit
81b9712
·
verified ·
1 Parent(s): 3358b89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -45,8 +45,10 @@ Please answer the following inspection scope question.
45
  ### Instruction:
46
  {}
47
  ### Output:
48
- <think> {} </think> {}
49
- """
 
 
50
 
51
  # Function to process user input and generate response
52
  def generate_response(input_text):
@@ -57,7 +59,7 @@ def generate_response(input_text):
57
  return response
58
 
59
  # Main chat interface
60
- st.header("Chat with WizNerd Insp")
61
  user_input = st.text_input("Ask a question:")
62
  if st.button("Submit"):
63
  if user_input.strip() != "":
 
45
  ### Instruction:
46
  {}
47
  ### Output:
48
+ <think>
49
+ {}
50
+ </think>
51
+ {}"""
52
 
53
  # Function to process user input and generate response
54
  def generate_response(input_text):
 
59
  return response
60
 
61
  # Main chat interface
62
+ #st.header("Chat with WizNerd Insp")
63
  user_input = st.text_input("Ask a question:")
64
  if st.button("Submit"):
65
  if user_input.strip() != "":