Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ Tulu_bot = TuluChatBot(model, tokenizer)
|
|
| 62 |
|
| 63 |
|
| 64 |
with gr.Blocks(theme = "ParityError/Anime") as demo:
|
| 65 |
-
gr.Markdown(
|
| 66 |
gr.Markdown(description)
|
| 67 |
with gr.Row():
|
| 68 |
system_message = gr.Textbox(label="Optional 🌷Tulu Assistant Message", lines=2)
|
|
|
|
| 62 |
|
| 63 |
|
| 64 |
with gr.Blocks(theme = "ParityError/Anime") as demo:
|
| 65 |
+
gr.Markdown(title)
|
| 66 |
gr.Markdown(description)
|
| 67 |
with gr.Row():
|
| 68 |
system_message = gr.Textbox(label="Optional 🌷Tulu Assistant Message", lines=2)
|