Spaces:
Sleeping
Sleeping
hashirehtisham
commited on
Update app.py
Browse files
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
|
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 |
|