ayush5710 commited on
Commit
136552b
1 Parent(s): f18f66b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -132,11 +132,7 @@ with gr.Blocks() as demo:
132
  with gr.Row():
133
  with gr.Column():
134
  gr.Markdown(
135
- """# Code bot
136
- ##
137
- This app provides a way of using wizard coder via a demo
138
-
139
- ⚠️ **Limitations**: the model can produce factually incorrect information, hallucinating facts and actions. """
140
  )
141
 
142
  chatbot.like(vote, None, None)
 
132
  with gr.Row():
133
  with gr.Column():
134
  gr.Markdown(
135
+ # Code bot
 
 
 
 
136
  )
137
 
138
  chatbot.like(vote, None, None)