aquibmoin commited on
Commit
1a0e54f
·
verified ·
1 Parent(s): 7e521eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -445,6 +445,7 @@ science_objectives_input = gr.Textbox(
445
  placeholder="Enter Science Objectives...",
446
  label="Science Objectives",
447
  visible=False # Initially hidden
 
448
 
449
  def show_science_objectives():
450
  return gr.update(visible=True)
 
445
  placeholder="Enter Science Objectives...",
446
  label="Science Objectives",
447
  visible=False # Initially hidden
448
+ )
449
 
450
  def show_science_objectives():
451
  return gr.update(visible=True)