Skip to content

Commit

Permalink
Add show_copy_button option to build_single_model_ui function
Browse files Browse the repository at this point in the history
Add API manual link
  • Loading branch information
surak committed Jan 23, 2024
1 parent 941d875 commit 159802f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastchat/serve/gradio_web_server_branded.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

learn_more_md = """
### License
This is made by Helmholtz AI Jülich. Get in touch with us at <a href="mailto:[email protected]">[email protected]</a>.
This is made by Helmholtz AI Jülich. Get in touch with us at <a href="mailto:[email protected]">[email protected]</a>.<br><a href="https://sdlaml.pages.jsc.fz-juelich.de/ai/guides/blablador_api_access/">API access</a> is available for academic use.
"""

blablador = (
Expand Down Expand Up @@ -521,6 +521,7 @@ def build_single_model_ui(models):
visible=True,
height=300,
scale=2,
show_copy_button=True,
)
with gr.Row():
with gr.Column(scale=20):
Expand Down

0 comments on commit 159802f

Please sign in to comment.