speedoflight commited on
Commit
c7e0499
1 Parent(s): 92cdc88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
 
3
  def greet(name):
4
  return "Hello " + name + "!!"
 
1
  import gradio as gr
2
+ conda install -c projectchrono pychrono
3
 
4
  def greet(name):
5
  return "Hello " + name + "!!"