ambrosfitz commited on
Commit
46857c6
·
verified ·
1 Parent(s): ba1ca3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ iface = gr.Interface(
36
  fn=runpod_chat,
37
  inputs=[
38
  gr.Textbox(label="Enter your question:"),
39
- gr.State(label="History")
40
  ],
41
  outputs="chat",
42
  title="RunPod Chat",
 
36
  fn=runpod_chat,
37
  inputs=[
38
  gr.Textbox(label="Enter your question:"),
39
+ gr.State()
40
  ],
41
  outputs="chat",
42
  title="RunPod Chat",