aimanathar commited on
Commit
d442d3e
·
verified ·
1 Parent(s): 0ec830d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ custom_css = """
33
  """
34
 
35
  with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as demo:
36
- gr.ChatInterface(respond, type="messages") # 👈 bas yehi kaafi hai, render() ki zaroorat nahi
37
 
38
  if __name__ == "__main__":
39
  demo.launch(share=True)
 
33
  """
34
 
35
  with gr.Blocks(theme=gr.themes.Soft(), css=custom_css) as demo:
36
+ gr.ChatInterface(respond, type="messages")
37
 
38
  if __name__ == "__main__":
39
  demo.launch(share=True)