Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -130,15 +130,16 @@ with gr.Blocks(theme='WeixuanYuan/Soft_dark') as demo:
|
|
130 |
# Formatted description
|
131 |
gr.HTML(value="""<p style="font-family: sans-serif; font-size: 16px;">A free chat bot developed by National Customs Targeting Center using Open source LLMs.(Dedicated to 75th Batch IRS Probationers)</p>""", elem_id="description")
|
132 |
|
133 |
-
chatbot = gr.Chatbot(
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
|
|
142 |
|
143 |
with gr.Row():
|
144 |
txt = gr.Textbox(
|
|
|
130 |
# Formatted description
|
131 |
gr.HTML(value="""<p style="font-family: sans-serif; font-size: 16px;">A free chat bot developed by National Customs Targeting Center using Open source LLMs.(Dedicated to 75th Batch IRS Probationers)</p>""", elem_id="description")
|
132 |
|
133 |
+
# chatbot = gr.Chatbot(
|
134 |
+
# [],
|
135 |
+
# elem_id="chatbot",
|
136 |
+
# avatar_images=('https://aui.atlassian.com/aui/8.8/docs/images/avatar-person.svg',
|
137 |
+
# 'https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo.svg'),
|
138 |
+
# bubble_full_width=False,
|
139 |
+
# show_copy_button=True,
|
140 |
+
# show_share_button=True,
|
141 |
+
# )
|
142 |
+
chatbot = gr.Chatbot()
|
143 |
|
144 |
with gr.Row():
|
145 |
txt = gr.Textbox(
|