Update app.py
Browse files
app.py
CHANGED
@@ -122,10 +122,10 @@ theme = gr.themes.Soft(primary_hue="zinc", secondary_hue="green", neutral_hue="g
|
|
122 |
|
123 |
with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;}""",
|
124 |
theme=theme) as demo:
|
125 |
-
gr.HTML(title)
|
126 |
-
gr.HTML("""<h3 align="center">🔥This Huggingface Gradio Demo provides you full access to GPT4 API (4096 token limit). 🎉🥳🎉You don't need any OPENAI API key🙌</h1>""")
|
127 |
-
gr.HTML(theme_addon_msg)
|
128 |
-
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>''')
|
129 |
|
130 |
with gr.Column(elem_id = "col_container"):
|
131 |
#GPT4 API Key is provided by Huggingface
|
|
|
122 |
|
123 |
with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;} #chatbot {height: 520px; overflow: auto;}""",
|
124 |
theme=theme) as demo:
|
125 |
+
#gr.HTML(title)
|
126 |
+
#gr.HTML("""<h3 align="center">🔥This Huggingface Gradio Demo provides you full access to GPT4 API (4096 token limit). 🎉🥳🎉You don't need any OPENAI API key🙌</h1>""")
|
127 |
+
#gr.HTML(theme_addon_msg)
|
128 |
+
#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>''')
|
129 |
|
130 |
with gr.Column(elem_id = "col_container"):
|
131 |
#GPT4 API Key is provided by Huggingface
|