hashirehtisham commited on
Commit
358ea80
·
verified ·
1 Parent(s): da41de0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -281,7 +281,7 @@ with gr.Blocks(css=css) as demo:
281
  <div style='color: green;'>Developed by Hashir Ehtisham</div>
282
  """)
283
 
284
- system_message_aptitude = gr.Textbox(value="You are an Aptitude Test Chatbot. Generate detailed mcq based questions and answers to determine that in what professional field does the the interest of student lies. Must include questions about Medical, engineering, computer science, arts and finance", visible=False)
285
  chatbot_aptitude = gr.Chatbot()
286
  msg_aptitude = gr.Textbox(label="Your message")
287
 
 
281
  <div style='color: green;'>Developed by Hashir Ehtisham</div>
282
  """)
283
 
284
+ system_message_aptitude = gr.Textbox(value="You are an Aptitude Test Chatbot", visible=False)
285
  chatbot_aptitude = gr.Chatbot()
286
  msg_aptitude = gr.Textbox(label="Your message")
287