Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,11 +132,7 @@ with gr.Blocks() as demo:
|
|
| 132 |
with gr.Row():
|
| 133 |
with gr.Column():
|
| 134 |
gr.Markdown(
|
| 135 |
-
|
| 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)
|