Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ def predict_math_bot(user_message, system_message="", max_new_tokens=125, temper
|
|
| 44 |
def main():
|
| 45 |
with gr.Blocks() as demo:
|
| 46 |
gr.Markdown(title)
|
| 47 |
-
output_text = RichTextbox(label="🫡📉MetaMath",
|
| 48 |
|
| 49 |
with gr.Accordion("Advanced Settings"):
|
| 50 |
with gr.Row():
|
|
|
|
| 44 |
def main():
|
| 45 |
with gr.Blocks() as demo:
|
| 46 |
gr.Markdown(title)
|
| 47 |
+
output_text = RichTextbox(label="🫡📉MetaMath", interactive=True)
|
| 48 |
|
| 49 |
with gr.Accordion("Advanced Settings"):
|
| 50 |
with gr.Row():
|