Spaces:
Runtime error
Runtime error
updated title
Browse files
app.py
CHANGED
@@ -283,7 +283,7 @@ Thats it! you are have added your own brand new CHATGPT Plugin for yourself. Go
|
|
283 |
# GRADIO BLOCK
|
284 |
with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
|
285 |
#chatbot {height: 520px; overflow: auto;}""") as demo: # #width: 1000px;
|
286 |
-
gr.HTML('<h1 align="center"
|
287 |
with gr.Accordion("What is happening?", open=False):
|
288 |
gr.HTML(messaging)
|
289 |
gr.HTML('''<center><a href="https://huggingface.co/spaces/ysharma/ChatGPT-Plugins-UI-with-Langchain?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>''')
|
|
|
283 |
# GRADIO BLOCK
|
284 |
with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
|
285 |
#chatbot {height: 520px; overflow: auto;}""") as demo: # #width: 1000px;
|
286 |
+
gr.HTML('<h1 align="center">🚀ChatGPT🧩Plugin-UI using Langchain & Gradio</h1>')
|
287 |
with gr.Accordion("What is happening?", open=False):
|
288 |
gr.HTML(messaging)
|
289 |
gr.HTML('''<center><a href="https://huggingface.co/spaces/ysharma/ChatGPT-Plugins-UI-with-Langchain?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space and run securely with your OpenAI API Key</center>''')
|