Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,6 @@ with gr.Blocks() as demo:
|
|
166 |
gr.HTML(SUBTITLE)
|
167 |
gr.HTML(DES)
|
168 |
with gr.Column():
|
169 |
-
google_key_component.render()
|
170 |
chatbot_component.render()
|
171 |
with gr.Row():
|
172 |
text_prompt_component.render()
|
|
|
166 |
gr.HTML(SUBTITLE)
|
167 |
gr.HTML(DES)
|
168 |
with gr.Column():
|
|
|
169 |
chatbot_component.render()
|
170 |
with gr.Row():
|
171 |
text_prompt_component.render()
|