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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
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 + "!!"
 
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 + "!!"