Commit
Β·
58a488f
1
Parent(s):
739f132
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ with gr.Blocks() as demo:
|
|
70 |
### Brought to you by OpenChat x OpenOrca
|
71 |
""")
|
72 |
with gr.Tab("Chatbot"):
|
73 |
-
gr.Markdown("# π OpenChat x OpenOrca-Preview2
|
74 |
chatbot = gr.Chatbot()
|
75 |
with gr.Row():
|
76 |
message = gr.Textbox(
|
|
|
70 |
### Brought to you by OpenChat x OpenOrca
|
71 |
""")
|
72 |
with gr.Tab("Chatbot"):
|
73 |
+
gr.Markdown("# π OpenChat x OpenOrca-Preview2 Playground Space! π")
|
74 |
chatbot = gr.Chatbot()
|
75 |
with gr.Row():
|
76 |
message = gr.Textbox(
|