qolina commited on
Commit
6da8fcf
1 Parent(s): 4e9fd3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,5 +1,8 @@
1
  import gradio as gr
2
 
 
 
 
3
  def greet(name):
4
  return "Hello " + name + "!!"
5
 
 
1
  import gradio as gr
2
 
3
+ title="Explore the Scientist Assistance (SciAssist) Here !"
4
+ description="You can try here."
5
+
6
  def greet(name):
7
  return "Hello " + name + "!!"
8