Tonic commited on
Commit
b5a5f4c
·
verified ·
1 Parent(s): 4470f41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", showlabel=True, interactive=True)
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():