Spaces:
Sleeping
Sleeping
Deploy Pak Angels AI Tutor
Browse files
app.py
CHANGED
|
@@ -246,7 +246,7 @@ def build_app() -> gr.Blocks:
|
|
| 246 |
label="Pak Angels AI Tutor",
|
| 247 |
type="messages",
|
| 248 |
height=520,
|
| 249 |
-
|
| 250 |
allow_tags=False,
|
| 251 |
)
|
| 252 |
message_box = gr.Textbox(
|
|
|
|
| 246 |
label="Pak Angels AI Tutor",
|
| 247 |
type="messages",
|
| 248 |
height=520,
|
| 249 |
+
show_copy_button=True,
|
| 250 |
allow_tags=False,
|
| 251 |
)
|
| 252 |
message_box = gr.Textbox(
|