Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,8 @@ additional_inputs=[
|
|
134 |
]
|
135 |
|
136 |
|
137 |
-
|
|
|
138 |
with gr.Blocks() as app:
|
139 |
gr.HTML("""<center><h1>Mixtral 8x7B RPG</h1><h3>Role Playing Game Master</h3>""")
|
140 |
chatbot = gr.Chatbot(label="Mixtral 8x7B Chatbot",show_copy_button=True)
|
|
|
134 |
]
|
135 |
|
136 |
|
137 |
+
def clear_fn():
|
138 |
+
return None,None
|
139 |
with gr.Blocks() as app:
|
140 |
gr.HTML("""<center><h1>Mixtral 8x7B RPG</h1><h3>Role Playing Game Master</h3>""")
|
141 |
chatbot = gr.Chatbot(label="Mixtral 8x7B Chatbot",show_copy_button=True)
|