Initial Space setup
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def respond(query):
|
|
18 |
num_beams=1)[0]["generated_text"]
|
19 |
return out
|
20 |
|
21 |
-
# Build Gradio interface
|
22 |
with gr.Blocks() as demo:
|
23 |
gr.Markdown("# 🤖 Bayedger FAQ Chatbot")
|
24 |
txt = gr.Textbox(label="Ask me anything", placeholder="Type your question here…")
|
|
|
18 |
num_beams=1)[0]["generated_text"]
|
19 |
return out
|
20 |
|
21 |
+
# Build Gradio interface sss
|
22 |
with gr.Blocks() as demo:
|
23 |
gr.Markdown("# 🤖 Bayedger FAQ Chatbot")
|
24 |
txt = gr.Textbox(label="Ask me anything", placeholder="Type your question here…")
|