harshSethi commited on
Commit
59dc0ea
·
verified ·
1 Parent(s): 83cb46c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def predict(message,history):
59
 
60
  pprint(f"[tokens = {chunkCount}] {message}")
61
 
62
- with gr.interface(
63
  predict,
64
  title = "blockchain teacher",
65
  theme = gr.themes.Soft(),
 
59
 
60
  pprint(f"[tokens = {chunkCount}] {message}")
61
 
62
+ with gr.ChatInterface(
63
  predict,
64
  title = "blockchain teacher",
65
  theme = gr.themes.Soft(),