Omnibus commited on
Commit
7b32f49
·
verified ·
1 Parent(s): bdd660d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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)