hashirehtisham commited on
Commit
cb594c3
1 Parent(s): 9fac79b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -250,6 +250,8 @@ with gr.Blocks(css=css) as demo:
250
  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)
251
  chatbot_aptitude = gr.Chatbot()
252
  msg_aptitude = gr.Textbox(label="Your message")
 
 
253
  clear_aptitude = gr.Button("Clear")
254
  submit_aptitude = gr.Button("Submit")
255
  example_button = gr.Button("Generate Aptitude Test (10 questions)")
 
250
  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)
251
  chatbot_aptitude = gr.Chatbot()
252
  msg_aptitude = gr.Textbox(label="Your message")
253
+
254
+ with gr.Row():
255
  clear_aptitude = gr.Button("Clear")
256
  submit_aptitude = gr.Button("Submit")
257
  example_button = gr.Button("Generate Aptitude Test (10 questions)")