Removing unneccessary print call
This commit is contained in:
@@ -366,5 +366,4 @@ def run_sql_query(n_clicks: int, value: str) -> str:
|
||||
server = app.server
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("Hello!")
|
||||
app.run(debug=True)
|
||||
|
||||
Reference in New Issue
Block a user