as-cle-bert commited on
Commit
07ce08d
1 Parent(s): 45eb3c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -2,7 +2,6 @@ import gradio as gr
2
  from pubmedScraper import respond_to_query
3
  import time
4
 
5
-
6
  def respond(
7
  message,
8
  history: list[tuple[str, str]],
 
2
  from pubmedScraper import respond_to_query
3
  import time
4
 
 
5
  def respond(
6
  message,
7
  history: list[tuple[str, str]],