Corvius commited on
Commit
a58f56b
β€’
1 Parent(s): d3ab052

why, oh WHYYYYYY

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ with gr.Blocks(theme='gradio/monochrome') as demo:
152
  with gr.Row():
153
  with gr.Column(scale=2):
154
  chatbot = gr.Chatbot(value=[])
155
- msg = gr.Textbox(label="Message (70B for now cuz provider shit itself AGAIN)")
156
  with gr.Row():
157
  clear = gr.Button("Clear")
158
  regenerate = gr.Button("Regenerate")
 
152
  with gr.Row():
153
  with gr.Column(scale=2):
154
  chatbot = gr.Chatbot(value=[])
155
+ msg = gr.Textbox(label="Message (Doesn't work right now, provider committed sudoku. I'll switch to openrouter in a moment.)")
156
  with gr.Row():
157
  clear = gr.Button("Clear")
158
  regenerate = gr.Button("Regenerate")