Spaces:
Sleeping
Sleeping
updated GPT4 messaging bit more
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ theme = gr.themes.Soft(primary_hue="zinc", secondary_hue="green", neutral_hue="g
|
|
127 |
with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;}""",
|
128 |
theme=theme) as demo:
|
129 |
gr.HTML(title)
|
130 |
-
gr.HTML("""<h3 align="center">🔥This Huggingface Gradio Demo provides you
|
131 |
gr.HTML(theme_addon_msg)
|
132 |
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>''')
|
133 |
|
|
|
127 |
with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;}""",
|
128 |
theme=theme) as demo:
|
129 |
gr.HTML(title)
|
130 |
+
gr.HTML("""<h3 align="center">🔥This Huggingface Gradio Demo provides you access to GPT4 API with System Messages. Please note that you would be needing an OPENAI API key for GPT4 access🙌</h1>""")
|
131 |
gr.HTML(theme_addon_msg)
|
132 |
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>''')
|
133 |
|