Spaces:
Sleeping
Sleeping
Commit
·
68420d2
1
Parent(s):
f425317
Update app.py
Browse files
app.py
CHANGED
|
@@ -555,5 +555,15 @@ In this game, you need to construct a question to ask a large language model, so
|
|
| 555 |
on_submit,
|
| 556 |
inputs=[message, state],
|
| 557 |
outputs=[challenge_result, chatbot, question_info, challenge_info])
|
| 558 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 559 |
demo.queue(concurrency_count=10).launch(height=800, share=False)
|
|
|
|
| 555 |
on_submit,
|
| 556 |
inputs=[message, state],
|
| 557 |
outputs=[challenge_result, chatbot, question_info, challenge_info])
|
| 558 |
+
gr.HTML("""
|
| 559 |
+
<div style="text-align: center;">
|
| 560 |
+
<span>
|
| 561 |
+
Powered by <a href="https://github.com/QwenLM/" target="_blank">
|
| 562 |
+
<img src=
|
| 563 |
+
"//github.com/QwenLM/Qwen/blob/main/assets/logo.jpg"
|
| 564 |
+
style="display: inline; height: 20px; vertical-align: bottom;"/>Qwen
|
| 565 |
+
</a>
|
| 566 |
+
</span>
|
| 567 |
+
</div>
|
| 568 |
+
""")
|
| 569 |
demo.queue(concurrency_count=10).launch(height=800, share=False)
|