Spaces:
Sleeping
Sleeping
hashirehtisham
commited on
Commit
•
8d293c7
1
Parent(s):
cb594c3
Update app.py
Browse files
app.py
CHANGED
@@ -252,9 +252,9 @@ with gr.Blocks(css=css) as demo:
|
|
252 |
msg_aptitude = gr.Textbox(label="Your message")
|
253 |
|
254 |
with gr.Row():
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
|
259 |
with gr.Accordion("Additional Inputs", open=False):
|
260 |
max_tokens_aptitude = gr.Slider(minimum=1, maximum=4096, value=2048, step=1, label="Max new tokens")
|
|
|
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)")
|
258 |
|
259 |
with gr.Accordion("Additional Inputs", open=False):
|
260 |
max_tokens_aptitude = gr.Slider(minimum=1, maximum=4096, value=2048, step=1, label="Max new tokens")
|