Update app.py
Browse files
app.py
CHANGED
|
@@ -232,7 +232,7 @@ def next_ques(ques,ans):
|
|
| 232 |
|
| 233 |
with gr.Blocks(title="LLM QA Chatbot Builder") as demo:
|
| 234 |
gr.Markdown("""
|
| 235 |
-
#
|
| 236 |
""")
|
| 237 |
with gr.Tab("Data Collection"):
|
| 238 |
gr.Markdown(""" # Instructions:
|
|
|
|
| 232 |
|
| 233 |
with gr.Blocks(title="LLM QA Chatbot Builder") as demo:
|
| 234 |
gr.Markdown("""
|
| 235 |
+
# FarmerBot
|
| 236 |
""")
|
| 237 |
with gr.Tab("Data Collection"):
|
| 238 |
gr.Markdown(""" # Instructions:
|