Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ def chat_bot_gradio(user_input):
|
|
| 102 |
|
| 103 |
def gradio_interface():
|
| 104 |
with gr.Blocks() as demo:
|
| 105 |
-
gr.Markdown("#
|
| 106 |
chatbot = gr.Chatbot(label="Chatbot", type="messages")
|
| 107 |
user_input = gr.Textbox(label="Digite sua pergunta")
|
| 108 |
submit_button = gr.Button("Enviar")
|
|
|
|
| 102 |
|
| 103 |
def gradio_interface():
|
| 104 |
with gr.Blocks() as demo:
|
| 105 |
+
gr.Markdown("# Clone Especialista no Livro 'A Arte da Guerra'")
|
| 106 |
chatbot = gr.Chatbot(label="Chatbot", type="messages")
|
| 107 |
user_input = gr.Textbox(label="Digite sua pergunta")
|
| 108 |
submit_button = gr.Button("Enviar")
|