Ismail131 commited on
Commit
924b543
·
verified ·
1 Parent(s): 0640c4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from blockxai_chat.interface import create_and_run
2
+ create_and_run(
3
+ "An ai based agent that is Doctor Strange",
4
+ )