andriydovgal commited on
Commit
89d7fe2
verified
1 Parent(s): 373f5ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -110,9 +110,9 @@ def get_answer(query, history, temperature, top_p, max_token_count):
110
  Additionally, only if there is sufficient remaining token capacity, provide 2 or 3 related questions that the user might want to ask next based on the topic.
111
  If possible, use the following structure for these suggested questions:
112
  Here are some related questions you might be interested in:
113
- <button onclick="document.getElementById('input_txt').value = this.innerHTML; document.getElementById('btn_submit').click();" style="background-color: #4CAF50; color: white; padding: 10px; margin: 5px; border: none; border-radius: 5px; cursor: pointer; font-size: 16px;">First related question</button>
114
- <button onclick="document.getElementById('input_txt').value = this.innerHTML; document.getElementById('btn_submit').click();" style="background-color: #4CAF50; color: white; padding: 10px; margin: 5px; border: none; border-radius: 5px; cursor: pointer; font-size: 16px;">Second related question</button>
115
- <button onclick="document.getElementById('input_txt').value = this.innerHTML; document.getElementById('btn_submit').click();" style="background-color: #4CAF50; color: white; padding: 10px; margin: 5px; border: none; border-radius: 5px; cursor: pointer; font-size: 16px;">Third related question</button>
116
 
117
  Ensure these suggested questions are brief, relevant, and encourage further exploration on the topic.
118
  Assistant:
 
110
  Additionally, only if there is sufficient remaining token capacity, provide 2 or 3 related questions that the user might want to ask next based on the topic.
111
  If possible, use the following structure for these suggested questions:
112
  Here are some related questions you might be interested in:
113
+ First related question
114
+ Second related question
115
+ Third related question
116
 
117
  Ensure these suggested questions are brief, relevant, and encourage further exploration on the topic.
118
  Assistant: