harshSethi commited on
Commit
2355991
·
verified ·
1 Parent(s): 70b541b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,12 +63,12 @@ with gr.interface(
63
  predict,
64
  title = "blockchain teacher",
65
  theme = gr.themes.Soft(),
66
- chatbot = gr.Chatbot(label ="learn about blochchain technology")
67
  textbox = gr.Textbox(
68
  placeholder = "ask me anything about blochchain",
69
  scale = 7
70
  max_lines = 2,
71
- )
72
  ) as demo:
73
  demo.load(attachIp,None,None)
74
 
 
63
  predict,
64
  title = "blockchain teacher",
65
  theme = gr.themes.Soft(),
66
+ chatbot = gr.Chatbot(label ="learn about blochchain technology"),
67
  textbox = gr.Textbox(
68
  placeholder = "ask me anything about blochchain",
69
  scale = 7
70
  max_lines = 2,
71
+ ),
72
  ) as demo:
73
  demo.load(attachIp,None,None)
74