Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -258,12 +258,12 @@ def chat(input0, input1, chat_radio, chat_history):
|
|
258 |
|
259 |
|
260 |
with gr.Blocks(title='Talk to chatGPT') as demo:
|
261 |
-
gr.HTML("<p>
|
262 |
-
gr.HTML("<p>
|
263 |
with gr.Group(elem_id="page_1", visible=True) as page_1:
|
264 |
with gr.Box():
|
265 |
with gr.Row():
|
266 |
-
start_button = gr.Button("
|
267 |
start_button.click(fn=None, inputs=[], outputs=[], _js=start_work)
|
268 |
|
269 |
with gr.Group(elem_id="page_2", visible=False) as page_2:
|
|
|
258 |
|
259 |
|
260 |
with gr.Blocks(title='Talk to chatGPT') as demo:
|
261 |
+
gr.HTML("<p> Essa é uma demonstração do model GPT-3 aplicado no context de chatbot. </p>")
|
262 |
+
gr.HTML("<p> Faça perguntas e se surprenda com as respostas </p>")
|
263 |
with gr.Group(elem_id="page_1", visible=True) as page_1:
|
264 |
with gr.Box():
|
265 |
with gr.Row():
|
266 |
+
start_button = gr.Button("Click aqui para conversar!!", elem_id="start-btn", visible=True)
|
267 |
start_button.click(fn=None, inputs=[], outputs=[], _js=start_work)
|
268 |
|
269 |
with gr.Group(elem_id="page_2", visible=False) as page_2:
|