Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -136,6 +136,14 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
|
|
136 |
theme=theme) as demo:
|
137 |
gr.HTML(title)
|
138 |
gr.HTML("""<h3 align="center">This app provides you full access to GPT-4.1 mini (1M token limit). You don't need any OPENAI API key.</h3>""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
|
140 |
#gr.HTML('''<center><a href="https://huggingface.co/spaces/ysharma/ChatGPT4?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>''')
|
141 |
with gr.Column(elem_id = "col_container", visible=False) as main_block:
|
|
|
136 |
theme=theme) as demo:
|
137 |
gr.HTML(title)
|
138 |
gr.HTML("""<h3 align="center">This app provides you full access to GPT-4.1 mini (1M token limit). You don't need any OPENAI API key.</h3>""")
|
139 |
+
gr.HTML("""
|
140 |
+
<div style="padding: 12px; margin-bottom: 16px; border-radius: 6px; background-color: #e6f4ea; text-align: center;">
|
141 |
+
🚀 <b>Try our new ChatAnnotator</b> powered by Cohere's <b>Command-A</b> model!
|
142 |
+
It offers a much-improved interface allowing you to <b>highlight and annotate specific errors</b> directly within chatbot responses, and even prompt immediate corrections.
|
143 |
+
<a href="https://chatannotator.com" target="_blank">Click here to check it out!</a>
|
144 |
+
</div>
|
145 |
+
""")
|
146 |
+
|
147 |
|
148 |
#gr.HTML('''<center><a href="https://huggingface.co/spaces/ysharma/ChatGPT4?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>''')
|
149 |
with gr.Column(elem_id = "col_container", visible=False) as main_block:
|