InternLM-Math commited on
Commit
2bd9bb4
1 Parent(s): 3a6af6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -73,6 +73,7 @@ with gr.Blocks(css=CSS, theme=THEME) as demo:
73
 
74
  with gr.Column(elem_id='container'):
75
  gr.Markdown('## LMDeploy Playground')
 
76
 
77
  chatbot = gr.Chatbot(
78
  elem_id='chatbot',
 
73
 
74
  with gr.Column(elem_id='container'):
75
  gr.Markdown('## LMDeploy Playground')
76
+ gr.Markdown('[InternLM Math GitHub Page](https://github.com/InternLM/InternLM-Math)')
77
 
78
  chatbot = gr.Chatbot(
79
  elem_id='chatbot',