Spaces:
Runtime error
Runtime error
EmicoBinsfinder
commited on
Commit
•
0f13d76
1
Parent(s):
914a779
Update app.py
Browse files
app.py
CHANGED
@@ -195,8 +195,18 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
|
|
195 |
|
196 |
""")
|
197 |
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
|
|
|
|
|
|
|
199 |
|
|
|
200 |
|
201 |
chatbot = gr.Chatbot([], elem_id="Claimed Assistant").style(height=500)
|
202 |
with gr.Row():
|
|
|
195 |
|
196 |
""")
|
197 |
|
198 |
+
gr.Markdown("""
|
199 |
+
# HAVE AN IDEA? GET IT CLAIMED
|
200 |
+
|
201 |
+
|
202 |
+
|
203 |
+
In the future, we are looking to expand our model's capabilities further to assist in a range of IP related tasks.
|
204 |
|
205 |
+
If you are interested in using a more powerful model that we have trained, or you have any suggestions of features you would like to see us add, please get in touch!
|
206 |
+
|
207 |
+
As far as data is concerned, you have nothing to worry about! We don't store any of your inputs to use for further training, we're not OpenAI 👀. We'd just like to know if this is something people would be interested in using!
|
208 |
|
209 |
+
""")
|
210 |
|
211 |
chatbot = gr.Chatbot([], elem_id="Claimed Assistant").style(height=500)
|
212 |
with gr.Row():
|