Spaces:
Running
Running
stable-diffusion-ai
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
|
|
140 |
theme=theme) as demo:
|
141 |
gr.HTML(title)
|
142 |
gr.HTML("""<h3 align="center">This app provides you full access to Chat GPT-4 thanks to <a href="https://stablediffusion.fr">Stable Diffusion AI online</a>. You don't need any OPENAI API key.<br><br>If this app doesn't respond, it's likely due to too much visitors. Consider trying <a href="https://stablediffusion.fr/chatgpt3">Chat GPT-3.5</a> or <a href="https://stablediffusion.fr/llama2">Llama 2</a> apps.</h3>""")
|
143 |
-
with gr.Column(elem_id = "col_container", visible=
|
144 |
#openai_api_key = gr.Textbox(type='password', label="Enter only your OpenAI API key here")
|
145 |
chatbot = gr.Chatbot(elem_id='chatbot') #c
|
146 |
inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter") #t
|
|
|
140 |
theme=theme) as demo:
|
141 |
gr.HTML(title)
|
142 |
gr.HTML("""<h3 align="center">This app provides you full access to Chat GPT-4 thanks to <a href="https://stablediffusion.fr">Stable Diffusion AI online</a>. You don't need any OPENAI API key.<br><br>If this app doesn't respond, it's likely due to too much visitors. Consider trying <a href="https://stablediffusion.fr/chatgpt3">Chat GPT-3.5</a> or <a href="https://stablediffusion.fr/llama2">Llama 2</a> apps.</h3>""")
|
143 |
+
with gr.Column(elem_id = "col_container", visible=True) as main_block:
|
144 |
#openai_api_key = gr.Textbox(type='password', label="Enter only your OpenAI API key here")
|
145 |
chatbot = gr.Chatbot(elem_id='chatbot') #c
|
146 |
inputs = gr.Textbox(placeholder= "Hi there!", label= "Type an input and press Enter") #t
|