Spaces:
Configuration error

yonkasoft commited on
Commit
7c7dfe0
·
verified ·
1 Parent(s): 7232476

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -4,8 +4,8 @@ import pandas as pd
4
 
5
  # MongoDB'ye bağlanma
6
  client = MongoClient('mongodb://localhost:27017/')
7
- db = client['combined_texts']
8
- collection = db['text']
9
 
10
  # Model eğitme fonksiyonu (örnek)
11
  def train_model(filtered_data):
 
4
 
5
  # MongoDB'ye bağlanma
6
  client = MongoClient('mongodb://localhost:27017/')
7
+ db = client['EgitimDatabase']
8
+ collection = db['test']
9
 
10
  # Model eğitme fonksiyonu (örnek)
11
  def train_model(filtered_data):