Mountchicken commited on
Commit
fdd30f6
·
verified ·
1 Parent(s): 7423f8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -390,7 +390,11 @@ def create_demo(models):
390
  process_with_streaming = create_streaming_interface(models)
391
 
392
  with gr.Blocks() as demo:
393
- gr.Markdown("# Rex-Thinker Demo")
 
 
 
 
394
 
395
  with gr.Row():
396
  with gr.Column():
 
390
  process_with_streaming = create_streaming_interface(models)
391
 
392
  with gr.Blocks() as demo:
393
+ gr.Markdown("""
394
+ # Rex-Thinker Demo
395
+
396
+ - Homepage: https://rexthinker.github.io/
397
+ """)
398
 
399
  with gr.Row():
400
  with gr.Column():