Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,8 @@ def chat(prompt):
|
|
| 11 |
|
| 12 |
# create Gradio Web App
|
| 13 |
with gr.Blocks() as demo:
|
| 14 |
-
gr.Markdown("## 🤖
|
|
|
|
| 15 |
prompt_input = gr.Textbox(label="Enter your message")
|
| 16 |
submit_button = gr.Button("Generate Response")
|
| 17 |
output_text = gr.Markdown("### AI Response will appear here ⬇️")
|
|
|
|
| 11 |
|
| 12 |
# create Gradio Web App
|
| 13 |
with gr.Blocks() as demo:
|
| 14 |
+
gr.Markdown("## 🤖 Bestcoder Chatbot - Powered by BlenderBot")
|
| 15 |
+
gr.Image("logo.png", width=400)
|
| 16 |
prompt_input = gr.Textbox(label="Enter your message")
|
| 17 |
submit_button = gr.Button("Generate Response")
|
| 18 |
output_text = gr.Markdown("### AI Response will appear here ⬇️")
|