JoBeer commited on
Commit
e795a76
·
verified ·
1 Parent(s): 0609736

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -104,6 +104,8 @@ def test(model_fit,test,train,covariates):
104
  # Gradio-Interface erstellen
105
  with gr.Blocks() as demo:
106
  gr.Markdown("## ML-based Building Simulation") #Überschrift
 
 
107
 
108
  # Datei-Upload-Komponente
109
  file_input = gr.File(label="Drop an excel file", file_types=[".xls", ".xlsx"]) #Hochladebereich
 
104
  # Gradio-Interface erstellen
105
  with gr.Blocks() as demo:
106
  gr.Markdown("## ML-based Building Simulation") #Überschrift
107
+ gr.Markdown("This demo offers the possibility of creating building simulations based on time series data (measurement data with timestamps). The demo uses the machine learning algorithm multiple linear Regression. The target variables and additional external variables of the forecast can be selected based on the data.") #Beschreibung
108
+
109
 
110
  # Datei-Upload-Komponente
111
  file_input = gr.File(label="Drop an excel file", file_types=[".xls", ".xlsx"]) #Hochladebereich