Update app.py
Browse files
app.py
CHANGED
@@ -175,4 +175,4 @@ print("check14")
|
|
175 |
#memory_panda = pd.DataFrame(historylog)
|
176 |
#Logfile = Dataset.from_pandas(memory_panda)
|
177 |
#Logfile.push_to_hub("Namitg02/Logfile",token = HF_TOKEN)
|
178 |
-
demo.launch()
|
|
|
175 |
#memory_panda = pd.DataFrame(historylog)
|
176 |
#Logfile = Dataset.from_pandas(memory_panda)
|
177 |
#Logfile.push_to_hub("Namitg02/Logfile",token = HF_TOKEN)
|
178 |
+
demo.launch(auth=("namit", "namit"))
|